Html Css Color HEX #FEA471 Hit Pink

📋 copy color: '#FEA471'

red 254 ◦ green 164 ◦ blue 113

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

Shades of Hit Pink #FEA471

Tints of Hit Pink #FEA471

RGB

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

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

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

R = 47.83%
G = 30.89%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA471 (or 0xFEA471) is known color: Hit Pink. HEX triplet: FE, A4 and 71. RGB value is (254,164,113). Sum of RGB (Red+Green+Blue) = 254+164+113=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA471 is #015B8E. Grayscale: #B9B9B9. Windows color (decimal): -88975 or 7447806. OLE color: 7447806.

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

Color convert

RGB 254 164 113 -
CMYK 0 0.35 0.56 0.00
HSL 21.7º 0.99% 0.72% -
HSV(B) 21.7º 0.56% 1% -
XYZ 57.13 48.81 22.03 -
YUV 185.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 254 164 113 0 0.35 0.56 0.00 21.7 0.99 0.72
Hex FE A4 71 0 23 38 0 16 63 48
Octal 376 244 161 0 43 70 0 26 143 110
Binary 11111110 10100100 1110001 0 100011 111000 0 10110 1100011 1001000

Color Harmonies of #FEA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA471

Black with #FEA471

Text Example


Text Example

White with #FEA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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