#F8A76C

Color #F8A76C Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F8A76C

Tints of Hit Pink #F8A76C

Color information

#F8A76C (or 0xF8A76C) is unknown color: approx Hit Pink. HEX triplet: F8, A7 and 6C. RGB value is (248,167,108). Sum of RGB (Red+Green+Blue) = 248+167+108=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A76C is #075893. Grayscale: #B8B8B8. Windows color (decimal): -481428 or 7120888. OLE color: 7120888.

HSL color Cylindrical-coordinate representation of color #F8A76C: hue angle of 25.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8A76C is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248167108-
CMYK00.330.560.03
HSL25.29º90.91%69.8%-
HSV(B)25.29º56.45%97.25%-
XYZ55.2448.6820.67-
YUV184.4984.84173.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.42%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=47.42%
G=31.93%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816710800.330.560.0325.2990.9169.8
HexF8A76C021383195b46
Octal37024715404170331133106
Binary111110001010011111011000100001111000111100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A76C; }

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

 H1.HeaderClassName
 {
   color: #F8A76C;
 }
 .AnyTagClassName
 {
   color: #F8A76C;
 }
</style>
background-color css

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

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

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

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

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

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