Html Css Color HEX #FCD371 Grandis

📋 copy color: '#FCD371'

red 252 ◦ green 211 ◦ blue 113

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

Shades of Grandis #FCD371

Tints of Grandis #FCD371

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.63%

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

R = 43.75%
G = 36.63%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD371 (or 0xFCD371) is known color: Grandis. HEX triplet: FC, D3 and 71. RGB value is (252,211,113). Sum of RGB (Red+Green+Blue) = 252+211+113=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 113 (44.53% from 255 or 19.62% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD371 is #032C8E. Grayscale: #D4D4D4. Windows color (decimal): -208015 or 7459836. OLE color: 7459836.

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

Color convert

RGB 252 211 113 -
CMYK 0 0.16 0.55 0.01
HSL 42.3º 0.96% 0.72% -
HSV(B) 42.3º 0.55% 0.99% -
XYZ 66.42 68.48 25.34 -
YUV 212.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 252 211 113 0 0.16 0.55 0.01 42.3 0.96 0.72
Hex FC D3 71 0 10 37 1 2A 60 48
Octal 374 323 161 0 20 67 1 52 140 110
Binary 11111100 11010011 1110001 0 10000 110111 1 101010 1100000 1001000

Color Harmonies of #FCD371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD371

Black with #FCD371

Text Example


Text Example

White with #FCD371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD371; }

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

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

background-color css

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

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

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

border-color css

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

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

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