Html Css Color HEX #FEA971 Hit Pink

📋 copy color: '#FEA971'

red 254 ◦ green 169 ◦ blue 113

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

Shades of Hit Pink #FEA971

Tints of Hit Pink #FEA971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.53%

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

R = 47.39%
G = 31.53%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA971 (or 0xFEA971) is known color: Hit Pink. HEX triplet: FE, A9 and 71. RGB value is (254,169,113). Sum of RGB (Red+Green+Blue) = 254+169+113=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA971 is #01568E. Grayscale: #BCBCBC. Windows color (decimal): -87695 or 7449086. OLE color: 7449086.

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

Color convert

RGB 254 169 113 -
CMYK 0 0.33 0.56 0.00
HSL 23.83º 0.99% 0.72% -
HSV(B) 23.83º 0.56% 1% -
XYZ 58.04 50.64 22.34 -
YUV 188.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 254 169 113 0 0.33 0.56 0.00 23.83 0.99 0.72
Hex FE A9 71 0 21 38 0 18 63 48
Octal 376 251 161 0 41 70 0 30 143 110
Binary 11111110 10101001 1110001 0 100001 111000 0 11000 1100011 1001000

Color Harmonies of #FEA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA971

Black with #FEA971

Text Example


Text Example

White with #FEA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA971; }

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

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

background-color css

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

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

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

border-color css

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

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

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