Html Css Color HEX #FEA46D Hit Pink

📋 copy color: '#FEA46D'

red 254 ◦ green 164 ◦ blue 109

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

Shades of Hit Pink #FEA46D

Tints of Hit Pink #FEA46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.12%

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 48.2%
G = 31.12%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEA46D (or 0xFEA46D) is known color: Hit Pink. HEX triplet: FE, A4 and 6D. RGB value is (254,164,109). Sum of RGB (Red+Green+Blue) = 254+164+109=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA46D is #015B92. Grayscale: #B8B8B8. Windows color (decimal): -88979 or 7185662. OLE color: 7185662.

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

Color convert

RGB 254 164 109 -
CMYK 0 0.35 0.57 0.00
HSL 22.76º 0.99% 0.71% -
HSV(B) 22.76º 0.57% 1% -
XYZ 56.91 48.73 20.87 -
YUV 184.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 254 164 109 0 0.35 0.57 0.00 22.76 0.99 0.71
Hex FE A4 6D 0 23 39 0 17 63 47
Octal 376 244 155 0 43 71 0 27 143 107
Binary 11111110 10100100 1101101 0 100011 111001 0 10111 1100011 1000111

Color Harmonies of #FEA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA46D

Black with #FEA46D

Text Example


Text Example

White with #FEA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA46D; }

 p { color: rgb(254,164,109); }

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

background-color css

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

 a { background-color: rgb(254,164,109); }

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

border-color css

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

 span { border-color: rgb(254,164,109); }

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