Html Css Color HEX #FEA870 Hit Pink

📋 copy color: '#FEA870'

red 254 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #FEA870

Tints of Hit Pink #FEA870

RGB

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

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

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

R = 47.57%
G = 31.46%
B = 20.97%

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

#FEA870 (or 0xFEA870) is known color: Hit Pink. HEX triplet: FE, A8 and 70. RGB value is (254,168,112). Sum of RGB (Red+Green+Blue) = 254+168+112=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA870 is #01578F. Grayscale: #BBBBBB. Windows color (decimal): -87952 or 7383294. OLE color: 7383294.

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

Color convert

RGB 254 168 112 -
CMYK 0 0.34 0.56 0.00
HSL 23.66º 0.99% 0.72% -
HSV(B) 23.66º 0.56% 1% -
XYZ 57.8 50.25 21.98 -
YUV 187.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 254 168 112 0 0.34 0.56 0.00 23.66 0.99 0.72
Hex FE A8 70 0 22 38 0 18 63 48
Octal 376 250 160 0 42 70 0 30 143 110
Binary 11111110 10101000 1110000 0 100010 111000 0 11000 1100011 1001000

Color Harmonies of #FEA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA870

Black with #FEA870

Text Example


Text Example

White with #FEA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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