Html Css Color HEX #FCD171 Grandis

📋 copy color: '#FCD171'

red 252 ◦ green 209 ◦ blue 113

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

Shades of Grandis #FCD171

Tints of Grandis #FCD171

RGB

 RED value IS 252 (98.83% from 255) = 43.9%

 GREEN value IS 209 (82.03% from 255) = 36.41%

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

R = 43.9%
G = 36.41%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD171 (or 0xFCD171) is known color: Grandis. HEX triplet: FC, D1 and 71. RGB value is (252,209,113). Sum of RGB (Red+Green+Blue) = 252+209+113=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD171 is #032E8E. Grayscale: #D3D3D3. Windows color (decimal): -208527 or 7459324. OLE color: 7459324.

HSL color Cylindrical-coordinate representation of color #FCD171: hue angle of 41.44º degrees, saturation: 0.96, 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 #FCD171 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 113 -
CMYK 0 0.17 0.55 0.01
HSL 41.44º 0.96% 0.72% -
HSV(B) 41.44º 0.55% 0.99% -
XYZ 65.93 67.49 25.17 -
YUV 210.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 252 209 113 0 0.17 0.55 0.01 41.44 0.96 0.72
Hex FC D1 71 0 11 37 1 29 60 48
Octal 374 321 161 0 21 67 1 51 140 110
Binary 11111100 11010001 1110001 0 10001 110111 1 101001 1100000 1001000

Color Harmonies of #FCD171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD171

Black with #FCD171

Text Example


Text Example

White with #FCD171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD171; }

 p { color: rgb(252,209,113); }

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

background-color css

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

 a { background-color: rgb(252,209,113); }

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

border-color css

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

 span { border-color: rgb(252,209,113); }

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