#FFCA66

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

Shades of Grandis #FFCA66

Tints of Grandis #FFCA66

Color information

#FFCA66 (or 0xFFCA66) is unknown color: approx Grandis. HEX triplet: FF, CA and 66. RGB value is (255,202,102). Sum of RGB (Red+Green+Blue) = 255+202+102=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA66 is #003599. Grayscale: #CECECE. Windows color (decimal): -13722 or 6736639. OLE color: 6736639.

HSL color Cylindrical-coordinate representation of color #FFCA66: hue angle of 39.22º 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 #FFCA66 is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255202102-
CMYK00.210.60
HSL39.22º100%70%-
HSV(B)39.22º60%100%-
XYZ64.7664.4621.6-
YUV206.4569.06162.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 102 (40.23% from 255) = 18.25%
R=45.62%
G=36.14%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520210200.210.6039.2210070
HexFFCA660153C0276446
Octal37731214602574047144106
Binary11111111110010101100110010101111100010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA66; }

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

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

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

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

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

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

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

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