Html Css Color HEX #FDC86E Grandis

📋 copy color: '#FDC86E'

red 253 ◦ green 200 ◦ blue 110

#FDC86E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FDC86E

Tints of Grandis #FDC86E

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 value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDC86E (or 0xFDC86E) is known color: 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

RGB 253 200 110 -
CMYK 0 0.21 0.57 0.01
HSL 37.76º 0.97% 0.71% -
HSV(B) 37.76º 0.57% 0.99% -
XYZ 63.98 63.32 23.6 -
YUV 205.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 253 200 110 0 0.21 0.57 0.01 37.76 0.97 0.71
Hex FD C8 6E 0 15 39 1 26 61 47
Octal 375 310 156 0 25 71 1 46 141 107
Binary 11111101 11001000 1101110 0 10101 111001 1 100110 1100001 1000111

Color Harmonies of #FDC86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC86E

Black with #FDC86E

Text Example


Text Example

White with #FDC86E

Text Example


Text Example

HTML Codes & Css Web 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>