Html Css Color HEX #FEA073 Hit Pink

📋 copy color: '#FEA073'

red 254 ◦ green 160 ◦ blue 115

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

Shades of Hit Pink #FEA073

Tints of Hit Pink #FEA073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.25%

 BLUE value IS 115 (45.31% from 255) = 21.74%

R = 48.02%
G = 30.25%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEA073 (or 0xFEA073) is known color: Hit Pink. HEX triplet: FE, A0 and 73. RGB value is (254,160,115). Sum of RGB (Red+Green+Blue) = 254+160+115=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA073 is #015F8C. Grayscale: #B7B7B7. Windows color (decimal): -89997 or 7577854. OLE color: 7577854.

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

Color convert

RGB 254 160 115 -
CMYK 0 0.37 0.55 0.00
HSL 19.42º 0.99% 0.72% -
HSV(B) 19.42º 0.55% 1% -
XYZ 56.54 47.45 22.4 -
YUV 182.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 254 160 115 0 0.37 0.55 0.00 19.42 0.99 0.72
Hex FE A0 73 0 25 37 0 13 63 48
Octal 376 240 163 0 45 67 0 23 143 110
Binary 11111110 10100000 1110011 0 100101 110111 0 10011 1100011 1001000

Color Harmonies of #FEA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA073

Black with #FEA073

Text Example


Text Example

White with #FEA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA073; }

 p { color: rgb(254,160,115); }

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

background-color css

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

 a { background-color: rgb(254,160,115); }

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

border-color css

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

 span { border-color: rgb(254,160,115); }

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