Html Css Color HEX #FCC970 Grandis

📋 copy color: '#FCC970'

red 252 ◦ green 201 ◦ blue 112

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

Shades of Grandis #FCC970

Tints of Grandis #FCC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

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

R = 44.6%
G = 35.58%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC970 (or 0xFCC970) is known color: Grandis. HEX triplet: FC, C9 and 70. RGB value is (252,201,112). Sum of RGB (Red+Green+Blue) = 252+201+112=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC970 is #03368F. Grayscale: #CECECE. Windows color (decimal): -210576 or 7391740. OLE color: 7391740.

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

Color convert

RGB 252 201 112 -
CMYK 0 0.20 0.56 0.01
HSL 38.14º 0.96% 0.71% -
HSV(B) 38.14º 0.56% 0.99% -
XYZ 63.96 63.64 24.24 -
YUV 206.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 252 201 112 0 0.20 0.56 0.01 38.14 0.96 0.71
Hex FC C9 70 0 14 38 1 26 60 47
Octal 374 311 160 0 24 70 1 46 140 107
Binary 11111100 11001001 1110000 0 10100 111000 1 100110 1100000 1000111

Color Harmonies of #FCC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC970

Black with #FCC970

Text Example


Text Example

White with #FCC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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