Html Css Color HEX #FEA572 Hit Pink

📋 copy color: '#FEA572'

red 254 ◦ green 165 ◦ blue 114

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

Shades of Hit Pink #FEA572

Tints of Hit Pink #FEA572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 47.65%
G = 30.96%
B = 21.39%

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

#FEA572 (or 0xFEA572) is known color: Hit Pink. HEX triplet: FE, A5 and 72. RGB value is (254,165,114). Sum of RGB (Red+Green+Blue) = 254+165+114=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA572 is #015A8D. Grayscale: #BABABA. Windows color (decimal): -88718 or 7513598. OLE color: 7513598.

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

Color convert

RGB 254 165 114 -
CMYK 0 0.35 0.55 0.00
HSL 21.86º 0.99% 0.72% -
HSV(B) 21.86º 0.55% 1% -
XYZ 57.37 49.2 22.39 -
YUV 185.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 254 165 114 0 0.35 0.55 0.00 21.86 0.99 0.72
Hex FE A5 72 0 23 37 0 16 63 48
Octal 376 245 162 0 43 67 0 26 143 110
Binary 11111110 10100101 1110010 0 100011 110111 0 10110 1100011 1001000

Color Harmonies of #FEA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA572

Black with #FEA572

Text Example


Text Example

White with #FEA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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