#FFC866

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

Shades of Grandis #FFC866

Tints of Grandis #FFC866

Color information

#FFC866 (or 0xFFC866) is unknown color: approx Grandis. HEX triplet: FF, C8 and 66. RGB value is (255,200,102). Sum of RGB (Red+Green+Blue) = 255+200+102=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC866 is #003799. Grayscale: #CDCDCD. Windows color (decimal): -14234 or 6736127. OLE color: 6736127.

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

Color convert

RGB255200102-
CMYK00.220.60
HSL38.43º100%70%-
HSV(B)38.43º60%100%-
XYZ64.2963.5321.44-
YUV205.2769.72163.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=45.78%
G=35.91%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520010200.220.6038.4310070
HexFFC8660163C0266446
Octal37731014602674046144106
Binary11111111110010001100110010110111100010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC866; }

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

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

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

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

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

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

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

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