#FFC266

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

Shades of Grandis #FFC266

Tints of Grandis #FFC266

Color information

#FFC266 (or 0xFFC266) is unknown color: approx Grandis. HEX triplet: FF, C2 and 66. RGB value is (255,194,102). Sum of RGB (Red+Green+Blue) = 255+194+102=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC266 is #003D99. Grayscale: #CACACA. Windows color (decimal): -15770 or 6734591. OLE color: 6734591.

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

Color convert

RGB255194102-
CMYK00.240.60
HSL36.08º100%70%-
HSV(B)36.08º60%100%-
XYZ62.9360.820.99-
YUV201.7571.71165.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 102 (40.23% from 255) = 18.51%
R=46.28%
G=35.21%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519410200.240.6036.0810070
HexFFC2660183C0246446
Octal37730214603074044144106
Binary11111111110000101100110011000111100010010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC266; }

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

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

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

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

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

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

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

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