Html Css Color HEX #FEC971 Grandis

📋 copy color: '#FEC971'

red 254 ◦ green 201 ◦ blue 113

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

Shades of Grandis #FEC971

Tints of Grandis #FEC971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 44.72%
G = 35.39%
B = 19.89%

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

#FEC971 (or 0xFEC971) is known color: Grandis. HEX triplet: FE, C9 and 71. RGB value is (254,201,113). Sum of RGB (Red+Green+Blue) = 254+201+113=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC971 is #01368E. Grayscale: #CFCFCF. Windows color (decimal): -79503 or 7457278. OLE color: 7457278.

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

Color convert

RGB 254 201 113 -
CMYK 0 0.21 0.56 0.00
HSL 37.45º 0.99% 0.72% -
HSV(B) 37.45º 0.56% 1% -
XYZ 64.74 64.04 24.57 -
YUV 206.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 254 201 113 0 0.21 0.56 0.00 37.45 0.99 0.72
Hex FE C9 71 0 15 38 0 25 63 48
Octal 376 311 161 0 25 70 0 45 143 110
Binary 11111110 11001001 1110001 0 10101 111000 0 100101 1100011 1001000

Color Harmonies of #FEC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC971

Black with #FEC971

Text Example


Text Example

White with #FEC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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