Html Css Color HEX #FEA473 Hit Pink

📋 copy color: '#FEA473'

red 254 ◦ green 164 ◦ blue 115

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

Shades of Hit Pink #FEA473

Tints of Hit Pink #FEA473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.77%

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

R = 47.65%
G = 30.77%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEA473 (or 0xFEA473) is known color: Hit Pink. HEX triplet: FE, A4 and 73. RGB value is (254,164,115). Sum of RGB (Red+Green+Blue) = 254+164+115=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA473 is #015B8C. Grayscale: #B9B9B9. Windows color (decimal): -88973 or 7578878. OLE color: 7578878.

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

Color convert

RGB 254 164 115 -
CMYK 0 0.35 0.55 0.00
HSL 21.15º 0.99% 0.72% -
HSV(B) 21.15º 0.55% 1% -
XYZ 57.24 48.86 22.63 -
YUV 185.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 254 164 115 0 0.35 0.55 0.00 21.15 0.99 0.72
Hex FE A4 73 0 23 37 0 15 63 48
Octal 376 244 163 0 43 67 0 25 143 110
Binary 11111110 10100100 1110011 0 100011 110111 0 10101 1100011 1001000

Color Harmonies of #FEA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA473

Black with #FEA473

Text Example


Text Example

White with #FEA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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