Html Css Color HEX #FDC871 Grandis

📋 copy color: '#FDC871'

red 253 ◦ green 200 ◦ blue 113

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

Shades of Grandis #FDC871

Tints of Grandis #FDC871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 44.7%
G = 35.34%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC871 (or 0xFDC871) is known color: Grandis. HEX triplet: FD, C8 and 71. RGB value is (253,200,113). Sum of RGB (Red+Green+Blue) = 253+200+113=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC871 is #02378E. Grayscale: #CECECE. Windows color (decimal): -145295 or 7457021. OLE color: 7457021.

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

Color convert

RGB 253 200 113 -
CMYK 0 0.21 0.55 0.01
HSL 37.29º 0.97% 0.72% -
HSV(B) 37.29º 0.55% 0.99% -
XYZ 64.14 63.38 24.48 -
YUV 205.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 253 200 113 0 0.21 0.55 0.01 37.29 0.97 0.72
Hex FD C8 71 0 15 37 1 25 61 48
Octal 375 310 161 0 25 67 1 45 141 110
Binary 11111101 11001000 1110001 0 10101 110111 1 100101 1100001 1001000

Color Harmonies of #FDC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC871

Black with #FDC871

Text Example


Text Example

White with #FDC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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