Html Css Color HEX #FEA871 Hit Pink

📋 copy color: '#FEA871'

red 254 ◦ green 168 ◦ blue 113

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

Shades of Hit Pink #FEA871

Tints of Hit Pink #FEA871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 47.48%
G = 31.4%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA871 (or 0xFEA871) is known color: Hit Pink. HEX triplet: FE, A8 and 71. RGB value is (254,168,113). Sum of RGB (Red+Green+Blue) = 254+168+113=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA871 is #01578E. Grayscale: #BBBBBB. Windows color (decimal): -87951 or 7448830. OLE color: 7448830.

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

Color convert

RGB 254 168 113 -
CMYK 0 0.34 0.56 0.00
HSL 23.4º 0.99% 0.72% -
HSV(B) 23.4º 0.56% 1% -
XYZ 57.86 50.27 22.28 -
YUV 187.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 254 168 113 0 0.34 0.56 0.00 23.4 0.99 0.72
Hex FE A8 71 0 22 38 0 17 63 48
Octal 376 250 161 0 42 70 0 27 143 110
Binary 11111110 10101000 1110001 0 100010 111000 0 10111 1100011 1001000

Color Harmonies of #FEA871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA871

Black with #FEA871

Text Example


Text Example

White with #FEA871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA871; }

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

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

background-color css

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

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

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

border-color css

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

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

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