#FFCB66

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

Shades of Grandis #FFCB66

Tints of Grandis #FFCB66

Color information

#FFCB66 (or 0xFFCB66) is unknown color: approx Grandis. HEX triplet: FF, CB and 66. RGB value is (255,203,102). Sum of RGB (Red+Green+Blue) = 255+203+102=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB66 is #003499. Grayscale: #CFCFCF. Windows color (decimal): -13466 or 6736895. OLE color: 6736895.

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

Color convert

RGB255203102-
CMYK00.200.60
HSL39.61º100%70%-
HSV(B)39.61º60%100%-
XYZ64.9964.9321.68-
YUV207.0368.73162.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 102 (40.23% from 255) = 18.21%
R=45.54%
G=36.25%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520310200.200.6039.6110070
HexFFCB660143C0286446
Octal37731314602474050144106
Binary11111111110010111100110010100111100010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB66; }

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

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

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

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

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

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

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

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