Html Css Color HEX #FEA76C Hit Pink

📋 copy color: '#FEA76C'

red 254 ◦ green 167 ◦ blue 108

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

Shades of Hit Pink #FEA76C

Tints of Hit Pink #FEA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 48.02%
G = 31.57%
B = 20.42%

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

#FEA76C (or 0xFEA76C) is known color: Hit Pink. HEX triplet: FE, A7 and 6C. RGB value is (254,167,108). Sum of RGB (Red+Green+Blue) = 254+167+108=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA76C is #015893. Grayscale: #BABABA. Windows color (decimal): -88212 or 7120894. OLE color: 7120894.

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

Color convert

RGB 254 167 108 -
CMYK 0 0.34 0.57 0.00
HSL 24.25º 0.99% 0.71% -
HSV(B) 24.25º 0.57% 1% -
XYZ 57.4 49.79 20.77 -
YUV 186.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 254 167 108 0 0.34 0.57 0.00 24.25 0.99 0.71
Hex FE A7 6C 0 22 39 0 18 63 47
Octal 376 247 154 0 42 71 0 30 143 107
Binary 11111110 10100111 1101100 0 100010 111001 0 11000 1100011 1000111

Color Harmonies of #FEA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA76C

Black with #FEA76C

Text Example


Text Example

White with #FEA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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