Html Css Color HEX #FEA270 Hit Pink

📋 copy color: '#FEA270'

red 254 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #FEA270

Tints of Hit Pink #FEA270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 48.11%
G = 30.68%
B = 21.21%

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

#FEA270 (or 0xFEA270) is known color: Hit Pink. HEX triplet: FE, A2 and 70. RGB value is (254,162,112). Sum of RGB (Red+Green+Blue) = 254+162+112=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA270 is #015D8F. Grayscale: #B8B8B8. Windows color (decimal): -89488 or 7381758. OLE color: 7381758.

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

Color convert

RGB 254 162 112 -
CMYK 0 0.36 0.56 0.00
HSL 21.13º 0.99% 0.72% -
HSV(B) 21.13º 0.56% 1% -
XYZ 56.72 48.08 21.62 -
YUV 183.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 254 162 112 0 0.36 0.56 0.00 21.13 0.99 0.72
Hex FE A2 70 0 24 38 0 15 63 48
Octal 376 242 160 0 44 70 0 25 143 110
Binary 11111110 10100010 1110000 0 100100 111000 0 10101 1100011 1001000

Color Harmonies of #FEA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA270

Black with #FEA270

Text Example


Text Example

White with #FEA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA270; }

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

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

background-color css

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

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

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

border-color css

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

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

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