#FDC866

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

Shades of Grandis #FDC866

Tints of Grandis #FDC866

Color information

#FDC866 (or 0xFDC866) is unknown color: approx Grandis. HEX triplet: FD, C8 and 66. RGB value is (253,200,102). Sum of RGB (Red+Green+Blue) = 253+200+102=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC866 is #023799. Grayscale: #CDCDCD. Windows color (decimal): -145306 or 6736125. OLE color: 6736125.

HSL color Cylindrical-coordinate representation of color #FDC866: hue angle of 38.94º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC866 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253200102-
CMYK00.210.600.01
HSL38.94º97.42%69.61%-
HSV(B)38.94º59.68%99.22%-
XYZ63.5663.1521.41-
YUV204.6770.06162.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 102 (40.23% from 255) = 18.38%
R=45.59%
G=36.04%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320010200.210.600.0138.9497.4269.61
HexFDC8660153C1276146
Octal37531014602574147141106
Binary11111101110010001100110010101111100110011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC866; }

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

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

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

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

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

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

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

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