Html Css Color HEX #FCD470 Grandis

📋 copy color: '#FCD470'

red 252 ◦ green 212 ◦ blue 112

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

Shades of Grandis #FCD470

Tints of Grandis #FCD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.44%

R = 43.75%
G = 36.81%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD470 (or 0xFCD470) is known color: Grandis. HEX triplet: FC, D4 and 70. RGB value is (252,212,112). Sum of RGB (Red+Green+Blue) = 252+212+112=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD470 is #032B8F. Grayscale: #D5D5D5. Windows color (decimal): -207760 or 7394556. OLE color: 7394556.

HSL color Cylindrical-coordinate representation of color #FCD470: hue angle of 42.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCD470 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 112 -
CMYK 0 0.16 0.56 0.01
HSL 42.86º 0.96% 0.71% -
HSV(B) 42.86º 0.56% 0.99% -
XYZ 66.61 68.95 25.13 -
YUV 212.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 252 212 112 0 0.16 0.56 0.01 42.86 0.96 0.71
Hex FC D4 70 0 10 38 1 2B 60 47
Octal 374 324 160 0 20 70 1 53 140 107
Binary 11111100 11010100 1110000 0 10000 111000 1 101011 1100000 1000111

Color Harmonies of #FCD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD470

Black with #FCD470

Text Example


Text Example

White with #FCD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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