Html Css Color HEX #FEA96F Hit Pink

📋 copy color: '#FEA96F'

red 254 ◦ green 169 ◦ blue 111

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

Shades of Hit Pink #FEA96F

Tints of Hit Pink #FEA96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 47.57%
G = 31.65%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA96F (or 0xFEA96F) is known color: Hit Pink. HEX triplet: FE, A9 and 6F. RGB value is (254,169,111). Sum of RGB (Red+Green+Blue) = 254+169+111=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA96F is #015690. Grayscale: #BCBCBC. Windows color (decimal): -87697 or 7318014. OLE color: 7318014.

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

Color convert

RGB 254 169 111 -
CMYK 0 0.33 0.56 0.00
HSL 24.34º 0.99% 0.72% -
HSV(B) 24.34º 0.56% 1% -
XYZ 57.93 50.59 21.75 -
YUV 187.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 254 169 111 0 0.33 0.56 0.00 24.34 0.99 0.72
Hex FE A9 6F 0 21 38 0 18 63 48
Octal 376 251 157 0 41 70 0 30 143 110
Binary 11111110 10101001 1101111 0 100001 111000 0 11000 1100011 1001000

Color Harmonies of #FEA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA96F

Black with #FEA96F

Text Example


Text Example

White with #FEA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA96F; }

 p { color: rgb(254,169,111); }

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

background-color css

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

 a { background-color: rgb(254,169,111); }

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

border-color css

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

 span { border-color: rgb(254,169,111); }

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