#FDC86E

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

Shades of Grandis #FDC86E

Tints of Grandis #FDC86E

Color information

#FDC86E (or 0xFDC86E) is unknown color: approx Grandis. HEX triplet: FD, C8 and 6E. RGB value is (253,200,110). Sum of RGB (Red+Green+Blue) = 253+200+110=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC86E is #023791. Grayscale: #CDCDCD. Windows color (decimal): -145298 or 7260413. OLE color: 7260413.

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

Color convert

RGB253200110-
CMYK00.210.570.01
HSL37.76º97.28%71.18%-
HSV(B)37.76º56.52%99.22%-
XYZ63.9863.3223.6-
YUV205.5974.06161.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 110 (43.36% from 255) = 19.54%
R=44.94%
G=35.52%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320011000.210.570.0137.7697.2871.18
HexFDC86E015391266147
Octal37531015602571146141107
Binary11111101110010001101110010101111001110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC86E; }

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

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

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

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

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

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

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

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