Html Css Color HEX #FEA76D Hit Pink

📋 copy color: '#FEA76D'

red 254 ◦ green 167 ◦ blue 109

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

Shades of Hit Pink #FEA76D

Tints of Hit Pink #FEA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.51%

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

R = 47.92%
G = 31.51%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEA76D (or 0xFEA76D) is known color: Hit Pink. HEX triplet: FE, A7 and 6D. RGB value is (254,167,109). Sum of RGB (Red+Green+Blue) = 254+167+109=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA76D is #015892. Grayscale: #BABABA. Windows color (decimal): -88211 or 7186430. OLE color: 7186430.

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

Color convert

RGB 254 167 109 -
CMYK 0 0.34 0.57 0.00
HSL 24º 0.99% 0.71% -
HSV(B) 24º 0.57% 1% -
XYZ 57.45 49.81 21.05 -
YUV 186.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 254 167 109 0 0.34 0.57 0.00 24 0.99 0.71
Hex FE A7 6D 0 22 39 0 18 63 47
Octal 376 247 155 0 42 71 0 30 143 107
Binary 11111110 10100111 1101101 0 100010 111001 0 11000 1100011 1000111

Color Harmonies of #FEA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA76D

Black with #FEA76D

Text Example


Text Example

White with #FEA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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