Html Css Color HEX #FCD170 Grandis

📋 copy color: '#FCD170'

red 252 ◦ green 209 ◦ blue 112

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

Shades of Grandis #FCD170

Tints of Grandis #FCD170

RGB

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

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

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

R = 43.98%
G = 36.47%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD170 (or 0xFCD170) is known color: Grandis. HEX triplet: FC, D1 and 70. RGB value is (252,209,112). Sum of RGB (Red+Green+Blue) = 252+209+112=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD170 is #032E8F. Grayscale: #D3D3D3. Windows color (decimal): -208528 or 7393788. OLE color: 7393788.

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

Color convert

RGB 252 209 112 -
CMYK 0 0.17 0.56 0.01
HSL 41.57º 0.96% 0.71% -
HSV(B) 41.57º 0.56% 0.99% -
XYZ 65.87 67.47 24.88 -
YUV 210.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 252 209 112 0 0.17 0.56 0.01 41.57 0.96 0.71
Hex FC D1 70 0 11 38 1 2A 60 47
Octal 374 321 160 0 21 70 1 52 140 107
Binary 11111100 11010001 1110000 0 10001 111000 1 101010 1100000 1000111

Color Harmonies of #FCD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD170

Black with #FCD170

Text Example


Text Example

White with #FCD170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD170; }

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

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

background-color css

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

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

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

border-color css

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

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

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