Html Css Color HEX #FDC86D Grandis

📋 copy color: '#FDC86D'

red 253 ◦ green 200 ◦ blue 109

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

Shades of Grandis #FDC86D

Tints of Grandis #FDC86D

RGB

 RED value IS 253 (99.22% from 255) = 45.02%

 GREEN value IS 200 (78.52% from 255) = 35.59%

 BLUE value IS 109 (42.97% from 255) = 19.4%

R = 45.02%
G = 35.59%
B = 19.4%

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

#FDC86D (or 0xFDC86D) is known color: Grandis. HEX triplet: FD, C8 and 6D. RGB value is (253,200,109). Sum of RGB (Red+Green+Blue) = 253+200+109=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC86D is #023792. Grayscale: #CDCDCD. Windows color (decimal): -145299 or 7194877. OLE color: 7194877.

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

Color convert

RGB 253 200 109 -
CMYK 0 0.21 0.57 0.01
HSL 37.92º 0.97% 0.71% -
HSV(B) 37.92º 0.57% 0.99% -
XYZ 63.92 63.3 23.32 -
YUV 205.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 253 200 109 0 0.21 0.57 0.01 37.92 0.97 0.71
Hex FD C8 6D 0 15 39 1 26 61 47
Octal 375 310 155 0 25 71 1 46 141 107
Binary 11111101 11001000 1101101 0 10101 111001 1 100110 1100001 1000111

Color Harmonies of #FDC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC86D

Black with #FDC86D

Text Example


Text Example

White with #FDC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC86D; }

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

 H1.HeaderClassName
 {
   color: #FDC86D;
 }
 .AnyTagClassName
 {
   color: #FDC86D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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