Html Css Color HEX #FCD372 Grandis

📋 copy color: '#FCD372'

red 252 ◦ green 211 ◦ blue 114

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

Shades of Grandis #FCD372

Tints of Grandis #FCD372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.76%

R = 43.67%
G = 36.57%
B = 19.76%

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

#FCD372 (or 0xFCD372) is known color: Grandis. HEX triplet: FC, D3 and 72. RGB value is (252,211,114). Sum of RGB (Red+Green+Blue) = 252+211+114=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD372 is #032C8D. Grayscale: #D4D4D4. Windows color (decimal): -208014 or 7525372. OLE color: 7525372.

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

Color convert

RGB 252 211 114 -
CMYK 0 0.16 0.55 0.01
HSL 42.17º 0.96% 0.72% -
HSV(B) 42.17º 0.55% 0.99% -
XYZ 66.48 68.5 25.64 -
YUV 212.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 252 211 114 0 0.16 0.55 0.01 42.17 0.96 0.72
Hex FC D3 72 0 10 37 1 2A 60 48
Octal 374 323 162 0 20 67 1 52 140 110
Binary 11111100 11010011 1110010 0 10000 110111 1 101010 1100000 1001000

Color Harmonies of #FCD372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD372

Black with #FCD372

Text Example


Text Example

White with #FCD372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD372; }

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

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

background-color css

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

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

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

border-color css

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

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

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