Html Css Color HEX #F8A370 Hit Pink

📋 copy color: '#F8A370'

red 248 ◦ green 163 ◦ blue 112

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

Shades of Hit Pink #F8A370

Tints of Hit Pink #F8A370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 47.42%
G = 31.17%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8A370 (or 0xF8A370) is known color: Hit Pink. HEX triplet: F8, A3 and 70. RGB value is (248,163,112). Sum of RGB (Red+Green+Blue) = 248+163+112=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A370 is #075C8F. Grayscale: #B6B6B6. Windows color (decimal): -482448 or 7382008. OLE color: 7382008.

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

Color convert

RGB 248 163 112 -
CMYK 0 0.34 0.55 0.03
HSL 22.5º 0.91% 0.71% -
HSV(B) 22.5º 0.55% 0.97% -
XYZ 54.73 47.32 21.58 -
YUV 182.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 248 163 112 0 0.34 0.55 0.03 22.5 0.91 0.71
Hex F8 A3 70 0 22 37 3 16 5B 47
Octal 370 243 160 0 42 67 3 26 133 107
Binary 11111000 10100011 1110000 0 100010 110111 11 10110 1011011 1000111

Color Harmonies of #F8A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A370

Black with #F8A370

Text Example


Text Example

White with #F8A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A370; }

 p { color: rgb(248,163,112); }

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

background-color css

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

 a { background-color: rgb(248,163,112); }

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

border-color css

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

 span { border-color: rgb(248,163,112); }

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