Html Css Color HEX #FDC86C Grandis

📋 copy color: '#FDC86C'

red 253 ◦ green 200 ◦ blue 108

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

Shades of Grandis #FDC86C

Tints of Grandis #FDC86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 45.1%
G = 35.65%
B = 19.25%

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

#FDC86C (or 0xFDC86C) is known color: Grandis. HEX triplet: FD, C8 and 6C. RGB value is (253,200,108). Sum of RGB (Red+Green+Blue) = 253+200+108=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC86C is #023793. Grayscale: #CDCDCD. Windows color (decimal): -145300 or 7129341. OLE color: 7129341.

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

Color convert

RGB 253 200 108 -
CMYK 0 0.21 0.57 0.01
HSL 38.07º 0.97% 0.71% -
HSV(B) 38.07º 0.57% 0.99% -
XYZ 63.87 63.27 23.03 -
YUV 205.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 253 200 108 0 0.21 0.57 0.01 38.07 0.97 0.71
Hex FD C8 6C 0 15 39 1 26 61 47
Octal 375 310 154 0 25 71 1 46 141 107
Binary 11111101 11001000 1101100 0 10101 111001 1 100110 1100001 1000111

Color Harmonies of #FDC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC86C

Black with #FDC86C

Text Example


Text Example

White with #FDC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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