Html Css Color HEX #FDC86F Grandis

📋 copy color: '#FDC86F'

red 253 ◦ green 200 ◦ blue 111

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

Shades of Grandis #FDC86F

Tints of Grandis #FDC86F

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

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 253 200 111 -
CMYK 0 0.21 0.56 0.01
HSL 37.61º 0.97% 0.71% -
HSV(B) 37.61º 0.56% 0.99% -
XYZ 64.03 63.34 23.89 -
YUV 205.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 253 200 111 0 0.21 0.56 0.01 37.61 0.97 0.71
Hex FD C8 6F 0 15 38 1 26 61 47
Octal 375 310 157 0 25 70 1 46 141 107
Binary 11111101 11001000 1101111 0 10101 111000 1 100110 1100001 1000111

Color Harmonies of #FDC86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC86F

Black with #FDC86F

Text Example


Text Example

White with #FDC86F

Text Example


Text Example

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