Html Css Color HEX #FEC970 Grandis

📋 copy color: '#FEC970'

red 254 ◦ green 201 ◦ blue 112

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

Shades of Grandis #FEC970

Tints of Grandis #FEC970

RGB

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

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

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

R = 44.8%
G = 35.45%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEC970 (or 0xFEC970) is known color: Grandis. HEX triplet: FE, C9 and 70. RGB value is (254,201,112). Sum of RGB (Red+Green+Blue) = 254+201+112=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC970 is #01368F. Grayscale: #CFCFCF. Windows color (decimal): -79504 or 7391742. OLE color: 7391742.

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

Color convert

RGB 254 201 112 -
CMYK 0 0.21 0.56 0.00
HSL 37.61º 0.99% 0.72% -
HSV(B) 37.61º 0.56% 1% -
XYZ 64.68 64.01 24.28 -
YUV 206.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 254 201 112 0 0.21 0.56 0.00 37.61 0.99 0.72
Hex FE C9 70 0 15 38 0 26 63 48
Octal 376 311 160 0 25 70 0 46 143 110
Binary 11111110 11001001 1110000 0 10101 111000 0 100110 1100011 1001000

Color Harmonies of #FEC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC970

Black with #FEC970

Text Example


Text Example

White with #FEC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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