Html Css Color HEX #FEA570 Hit Pink

📋 copy color: '#FEA570'

red 254 ◦ green 165 ◦ blue 112

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

Shades of Hit Pink #FEA570

Tints of Hit Pink #FEA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

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

R = 47.83%
G = 31.07%
B = 21.09%

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

#FEA570 (or 0xFEA570) is known color: Hit Pink. HEX triplet: FE, A5 and 70. RGB value is (254,165,112). Sum of RGB (Red+Green+Blue) = 254+165+112=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA570 is #015A8F. Grayscale: #B9B9B9. Windows color (decimal): -88720 or 7382526. OLE color: 7382526.

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

Color convert

RGB 254 165 112 -
CMYK 0 0.35 0.56 0.00
HSL 22.39º 0.99% 0.72% -
HSV(B) 22.39º 0.56% 1% -
XYZ 57.25 49.15 21.8 -
YUV 185.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 254 165 112 0 0.35 0.56 0.00 22.39 0.99 0.72
Hex FE A5 70 0 23 38 0 16 63 48
Octal 376 245 160 0 43 70 0 26 143 110
Binary 11111110 10100101 1110000 0 100011 111000 0 10110 1100011 1001000

Color Harmonies of #FEA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA570

Black with #FEA570

Text Example


Text Example

White with #FEA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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