Html Css Color HEX #FEA271 Hit Pink

📋 copy color: '#FEA271'

red 254 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #FEA271

Tints of Hit Pink #FEA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 48.02%
G = 30.62%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA271 (or 0xFEA271) is known color: Hit Pink. HEX triplet: FE, A2 and 71. RGB value is (254,162,113). Sum of RGB (Red+Green+Blue) = 254+162+113=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA271 is #015D8E. Grayscale: #B8B8B8. Windows color (decimal): -89487 or 7447294. OLE color: 7447294.

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

Color convert

RGB 254 162 113 -
CMYK 0 0.36 0.56 0.00
HSL 20.85º 0.99% 0.72% -
HSV(B) 20.85º 0.56% 1% -
XYZ 56.77 48.1 21.92 -
YUV 183.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 254 162 113 0 0.36 0.56 0.00 20.85 0.99 0.72
Hex FE A2 71 0 24 38 0 15 63 48
Octal 376 242 161 0 44 70 0 25 143 110
Binary 11111110 10100010 1110001 0 100100 111000 0 10101 1100011 1001000

Color Harmonies of #FEA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA271

Black with #FEA271

Text Example


Text Example

White with #FEA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA271; }

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

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

background-color css

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

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

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

border-color css

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

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

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