Html Css Color HEX #FEA16A Hit Pink

📋 copy color: '#FEA16A'

red 254 ◦ green 161 ◦ blue 106

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

Shades of Hit Pink #FEA16A

Tints of Hit Pink #FEA16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 106 (41.8% from 255) = 20.35%

R = 48.75%
G = 30.9%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEA16A (or 0xFEA16A) is known color: Hit Pink. HEX triplet: FE, A1 and 6A. RGB value is (254,161,106). Sum of RGB (Red+Green+Blue) = 254+161+106=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA16A is #015E95. Grayscale: #B6B6B6. Windows color (decimal): -89750 or 6988286. OLE color: 6988286.

HSL color Cylindrical-coordinate representation of color #FEA16A: hue angle of 22.3º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEA16A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 161 106 -
CMYK 0 0.37 0.58 0.00
HSL 22.3º 0.99% 0.71% -
HSV(B) 22.3º 0.58% 1% -
XYZ 56.22 47.6 19.86 -
YUV 182.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 254 161 106 0 0.37 0.58 0.00 22.3 0.99 0.71
Hex FE A1 6A 0 25 3A 0 16 63 47
Octal 376 241 152 0 45 72 0 26 143 107
Binary 11111110 10100001 1101010 0 100101 111010 0 10110 1100011 1000111

Color Harmonies of #FEA16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA16A

Black with #FEA16A

Text Example


Text Example

White with #FEA16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA16A; }

 p { color: rgb(254,161,106); }

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

background-color css

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

 a { background-color: rgb(254,161,106); }

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

border-color css

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

 span { border-color: rgb(254,161,106); }

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