#FFC466

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

Shades of Grandis #FFC466

Tints of Grandis #FFC466

Color information

#FFC466 (or 0xFFC466) is unknown color: approx Grandis. HEX triplet: FF, C4 and 66. RGB value is (255,196,102). Sum of RGB (Red+Green+Blue) = 255+196+102=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC466 is #003B99. Grayscale: #CBCBCB. Windows color (decimal): -15258 or 6735103. OLE color: 6735103.

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

Color convert

RGB255196102-
CMYK00.230.60
HSL36.86º100%70%-
HSV(B)36.86º60%100%-
XYZ63.3861.721.14-
YUV202.9271.05165.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 102 (40.23% from 255) = 18.44%
R=46.11%
G=35.44%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519610200.230.6036.8610070
HexFFC4660173C0256446
Octal37730414602774045144106
Binary11111111110001001100110010111111100010010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC466; }

 p { color: rgb(255,196,102); }

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

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

 a { background-color: rgb(255,196,102); }

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

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

 span { border-color: rgb(255,196,102); }

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