#FFC66E

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

Shades of Grandis #FFC66E

Tints of Grandis #FFC66E

Color information

#FFC66E (or 0xFFC66E) is unknown color: approx Grandis. HEX triplet: FF, C6 and 6E. RGB value is (255,198,110). Sum of RGB (Red+Green+Blue) = 255+198+110=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66E is #003991. Grayscale: #CDCDCD. Windows color (decimal): -14738 or 7259903. OLE color: 7259903.

HSL color Cylindrical-coordinate representation of color #FFC66E: hue angle of 36.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC66E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB255198110-
CMYK00.220.570
HSL36.41º100%71.57%-
HSV(B)36.41º56.86%100%-
XYZ64.2562.7723.48-
YUV205.0174.38163.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 110 (43.36% from 255) = 19.54%
R=45.29%
G=35.17%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519811000.220.57036.4110071.57
HexFFC66E016390246448
Octal37730615602671044144110
Binary11111111110001101101110010110111001010010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC66E; }

 p { color: rgb(255,198,110); }

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

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

 a { background-color: rgb(255,198,110); }

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

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

 span { border-color: rgb(255,198,110); }

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