Html Css Color HEX #FEA872 Hit Pink

📋 copy color: '#FEA872'

red 254 ◦ green 168 ◦ blue 114

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

Shades of Hit Pink #FEA872

Tints of Hit Pink #FEA872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.27%

R = 47.39%
G = 31.34%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEA872 (or 0xFEA872) is known color: Hit Pink. HEX triplet: FE, A8 and 72. RGB value is (254,168,114). Sum of RGB (Red+Green+Blue) = 254+168+114=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA872 is #01578D. Grayscale: #BBBBBB. Windows color (decimal): -87950 or 7514366. OLE color: 7514366.

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

Color convert

RGB 254 168 114 -
CMYK 0 0.34 0.55 0.00
HSL 23.14º 0.99% 0.72% -
HSV(B) 23.14º 0.55% 1% -
XYZ 57.91 50.29 22.57 -
YUV 187.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 254 168 114 0 0.34 0.55 0.00 23.14 0.99 0.72
Hex FE A8 72 0 22 37 0 17 63 48
Octal 376 250 162 0 42 67 0 27 143 110
Binary 11111110 10101000 1110010 0 100010 110111 0 10111 1100011 1001000

Color Harmonies of #FEA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA872

Black with #FEA872

Text Example


Text Example

White with #FEA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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