#FDC86F

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

Shades of Grandis #FDC86F

Tints of Grandis #FDC86F

Color information

#FDC86F (or 0xFDC86F) is unknown color: approx Grandis. HEX triplet: FD, C8 and 6F. RGB value is (253,200,111). Sum of RGB (Red+Green+Blue) = 253+200+111=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC86F is #023790. Grayscale: #CECECE. Windows color (decimal): -145297 or 7325949. OLE color: 7325949.

HSL color Cylindrical-coordinate representation of color #FDC86F: hue angle of 37.61º 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 #FDC86F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB253200111-
CMYK00.210.560.01
HSL37.61º97.26%71.37%-
HSV(B)37.61º56.13%99.22%-
XYZ64.0363.3423.89-
YUV205.774.56161.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 111 (43.75% from 255) = 19.68%
R=44.86%
G=35.46%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320011100.210.560.0137.6197.2671.37
HexFDC86F015381266147
Octal37531015702570146141107
Binary11111101110010001101111010101111000110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC86F; }

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

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

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

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

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

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

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

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