Html Css Color HEX #FCD472 Grandis

📋 copy color: '#FCD472'

red 252 ◦ green 212 ◦ blue 114

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

Shades of Grandis #FCD472

Tints of Grandis #FCD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.68%

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

R = 43.6%
G = 36.68%
B = 19.72%

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

#FCD472 (or 0xFCD472) is known color: Grandis. HEX triplet: FC, D4 and 72. RGB value is (252,212,114). Sum of RGB (Red+Green+Blue) = 252+212+114=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD472 is #032B8D. Grayscale: #D5D5D5. Windows color (decimal): -207758 or 7525628. OLE color: 7525628.

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

Color convert

RGB 252 212 114 -
CMYK 0 0.16 0.55 0.01
HSL 42.61º 0.96% 0.72% -
HSV(B) 42.61º 0.55% 0.99% -
XYZ 66.73 69 25.72 -
YUV 212.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 252 212 114 0 0.16 0.55 0.01 42.61 0.96 0.72
Hex FC D4 72 0 10 37 1 2B 60 48
Octal 374 324 162 0 20 67 1 53 140 110
Binary 11111100 11010100 1110010 0 10000 110111 1 101011 1100000 1001000

Color Harmonies of #FCD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD472

Black with #FCD472

Text Example


Text Example

White with #FCD472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD472; }

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

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

background-color css

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

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

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

border-color css

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

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

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