Html Css Color HEX #FCC974 Grandis

📋 copy color: '#FCC974'

red 252 ◦ green 201 ◦ blue 116

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

Shades of Grandis #FCC974

Tints of Grandis #FCC974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 44.29%
G = 35.33%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC974 (or 0xFCC974) is known color: Grandis. HEX triplet: FC, C9 and 74. RGB value is (252,201,116). Sum of RGB (Red+Green+Blue) = 252+201+116=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC974 is #03368B. Grayscale: #CECECE. Windows color (decimal): -210572 or 7653884. OLE color: 7653884.

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

Color convert

RGB 252 201 116 -
CMYK 0 0.20 0.54 0.01
HSL 37.5º 0.96% 0.72% -
HSV(B) 37.5º 0.54% 0.99% -
XYZ 64.18 63.73 25.44 -
YUV 206.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 252 201 116 0 0.20 0.54 0.01 37.5 0.96 0.72
Hex FC C9 74 0 14 36 1 26 60 48
Octal 374 311 164 0 24 66 1 46 140 110
Binary 11111100 11001001 1110100 0 10100 110110 1 100110 1100000 1001000

Color Harmonies of #FCC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC974

Black with #FCC974

Text Example


Text Example

White with #FCC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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