Html Css Color HEX #FCC972 Grandis

📋 copy color: '#FCC972'

red 252 ◦ green 201 ◦ blue 114

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

Shades of Grandis #FCC972

Tints of Grandis #FCC972

RGB

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

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

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

R = 44.44%
G = 35.45%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCC972 (or 0xFCC972) is known color: Grandis. HEX triplet: FC, C9 and 72. RGB value is (252,201,114). Sum of RGB (Red+Green+Blue) = 252+201+114=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC972 is #03368D. Grayscale: #CECECE. Windows color (decimal): -210574 or 7522812. OLE color: 7522812.

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

Color convert

RGB 252 201 114 -
CMYK 0 0.20 0.55 0.01
HSL 37.83º 0.96% 0.72% -
HSV(B) 37.83º 0.55% 0.99% -
XYZ 64.07 63.68 24.83 -
YUV 206.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 252 201 114 0 0.20 0.55 0.01 37.83 0.96 0.72
Hex FC C9 72 0 14 37 1 26 60 48
Octal 374 311 162 0 24 67 1 46 140 110
Binary 11111100 11001001 1110010 0 10100 110111 1 100110 1100000 1001000

Color Harmonies of #FCC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC972

Black with #FCC972

Text Example


Text Example

White with #FCC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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