Html Css Color HEX #F8A06D Hit Pink

📋 copy color: '#F8A06D'

red 248 ◦ green 160 ◦ blue 109

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

Shades of Hit Pink #F8A06D

Tints of Hit Pink #F8A06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

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

R = 47.97%
G = 30.95%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8A06D (or 0xF8A06D) is known color: Hit Pink. HEX triplet: F8, A0 and 6D. RGB value is (248,160,109). Sum of RGB (Red+Green+Blue) = 248+160+109=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A06D is #075F92. Grayscale: #B4B4B4. Windows color (decimal): -483219 or 7184632. OLE color: 7184632.

HSL color Cylindrical-coordinate representation of color #F8A06D: hue angle of 22.01º 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 #F8A06D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 109 -
CMYK 0 0.35 0.56 0.03
HSL 22.01º 0.91% 0.7% -
HSV(B) 22.01º 0.56% 0.97% -
XYZ 54.04 46.2 20.54 -
YUV 180.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 248 160 109 0 0.35 0.56 0.03 22.01 0.91 0.7
Hex F8 A0 6D 0 23 38 3 16 5B 46
Octal 370 240 155 0 43 70 3 26 133 106
Binary 11111000 10100000 1101101 0 100011 111000 11 10110 1011011 1000110

Color Harmonies of #F8A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A06D

Black with #F8A06D

Text Example


Text Example

White with #F8A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A06D; }

 p { color: rgb(248,160,109); }

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

background-color css

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

 a { background-color: rgb(248,160,109); }

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

border-color css

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

 span { border-color: rgb(248,160,109); }

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