Html Css Color HEX #FEC972 Grandis

📋 copy color: '#FEC972'

red 254 ◦ green 201 ◦ blue 114

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

Shades of Grandis #FEC972

Tints of Grandis #FEC972

RGB

 RED value IS 254 (99.61% from 255) = 44.64%

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

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

R = 44.64%
G = 35.33%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEC972 (or 0xFEC972) is known color: Grandis. HEX triplet: FE, C9 and 72. RGB value is (254,201,114). Sum of RGB (Red+Green+Blue) = 254+201+114=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC972 is #01368D. Grayscale: #CFCFCF. Windows color (decimal): -79502 or 7522814. OLE color: 7522814.

HSL color Cylindrical-coordinate representation of color #FEC972: hue angle of 37.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEC972 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 114 -
CMYK 0 0.21 0.55 0.00
HSL 37.29º 0.99% 0.72% -
HSV(B) 37.29º 0.55% 1% -
XYZ 64.8 64.06 24.87 -
YUV 206.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 254 201 114 0 0.21 0.55 0.00 37.29 0.99 0.72
Hex FE C9 72 0 15 37 0 25 63 48
Octal 376 311 162 0 25 67 0 45 143 110
Binary 11111110 11001001 1110010 0 10101 110111 0 100101 1100011 1001000

Color Harmonies of #FEC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC972

Black with #FEC972

Text Example


Text Example

White with #FEC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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