#FDC66F

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

Shades of Grandis #FDC66F

Tints of Grandis #FDC66F

Color information

#FDC66F (or 0xFDC66F) is unknown color: approx Grandis. HEX triplet: FD, C6 and 6F. RGB value is (253,198,111). Sum of RGB (Red+Green+Blue) = 253+198+111=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC66F is #023990. Grayscale: #CCCCCC. Windows color (decimal): -145809 or 7325437. OLE color: 7325437.

HSL color Cylindrical-coordinate representation of color #FDC66F: hue angle of 36.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDC66F is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB253198111-
CMYK00.220.560.01
HSL36.76º97.26%71.37%-
HSV(B)36.76º56.13%99.22%-
XYZ63.5762.4223.74-
YUV204.5375.22162.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 111 (43.75% from 255) = 19.75%
R=45.02%
G=35.23%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319811100.220.560.0136.7697.2671.37
HexFDC66F016381256147
Octal37530615702670145141107
Binary11111101110001101101111010110111000110010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC66F; }

 p { color: rgb(253,198,111); }

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

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

 a { background-color: rgb(253,198,111); }

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

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

 span { border-color: rgb(253,198,111); }

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