Html Css Color HEX #F8A76C Hit Pink

📋 copy color: '#F8A76C'

red 248 ◦ green 167 ◦ blue 108

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

Shades of Hit Pink #F8A76C

Tints of Hit Pink #F8A76C

RGB

 RED value IS 248 (97.27% from 255) = 47.42%

 GREEN value IS 167 (65.63% 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 value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8A76C (or 0xF8A76C) is known color: 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

RGB 248 167 108 -
CMYK 0 0.33 0.56 0.03
HSL 25.29º 0.91% 0.7% -
HSV(B) 25.29º 0.56% 0.97% -
XYZ 55.24 48.68 20.67 -
YUV 184.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 248 167 108 0 0.33 0.56 0.03 25.29 0.91 0.7
Hex F8 A7 6C 0 21 38 3 19 5B 46
Octal 370 247 154 0 41 70 3 31 133 106
Binary 11111000 10100111 1101100 0 100001 111000 11 11001 1011011 1000110

Color Harmonies of #F8A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A76C

Black with #F8A76C

Text Example


Text Example

White with #F8A76C

Text Example


Text Example

HTML Codes & Css Web 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>