#F6CC6F

Color #F6CC6F Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #F6CC6F

Tints of Grandis #F6CC6F

Color information

#F6CC6F (or 0xF6CC6F) is unknown color: approx Grandis. HEX triplet: F6, CC and 6F. RGB value is (246,204,111). Sum of RGB (Red+Green+Blue) = 246+204+111=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CC6F is #093390. Grayscale: #CECECE. Windows color (decimal): -603025 or 7326966. OLE color: 7326966.

HSL color Cylindrical-coordinate representation of color #F6CC6F: hue angle of 41.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6CC6F is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB246204111-
CMYK00.170.550.04
HSL41.33º88.24%70%-
HSV(B)41.33º54.88%96.47%-
XYZ62.4763.9324.09-
YUV205.9674.41156.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 111 (43.75% from 255) = 19.79%
R=43.85%
G=36.36%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620411100.170.550.0441.3388.2470
HexF6CC6F011374295846
Octal36631415702167451130106
Binary1111011011001100110111101000111011110010100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC6F; }

 p { color: rgb(246,204,111); }

 H1.HeaderClassName
 {
   color: #F6CC6F;
 }
 .AnyTagClassName
 {
   color: #F6CC6F;
 }
</style>
background-color css

<style>
 a { background-color: #F6CC6F; }

 a { background-color: rgb(246,204,111); }

 div.DivClassName
 {
   background-color: #F6CC6F;
 }
 .BgClassName
 {
   background-color: #F6CC6F;
 }
</style>
border-color css

<style>
 span { border-color: #F6CC6F; }

 span { border-color: rgb(246,204,111); }

 td.TdClassName
 {
   border-color: #F6CC6F;
 }
 .TagClassName
 {
   border-color: #F6CC6F;
 }
</style>