Html Css Color HEX #F8A874 Hit Pink

📋 copy color: '#F8A874'

red 248 ◦ green 168 ◦ blue 116

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

Shades of Hit Pink #F8A874

Tints of Hit Pink #F8A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.58%

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 46.62%
G = 31.58%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8A874 (or 0xF8A874) is known color: Hit Pink. HEX triplet: F8, A8 and 74. RGB value is (248,168,116). Sum of RGB (Red+Green+Blue) = 248+168+116=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A874 is #07578B. Grayscale: #BABABA. Windows color (decimal): -481164 or 7645432. OLE color: 7645432.

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

Color convert

RGB 248 168 116 -
CMYK 0 0.32 0.53 0.03
HSL 23.64º 0.9% 0.71% -
HSV(B) 23.64º 0.53% 0.97% -
XYZ 55.87 49.22 23.08 -
YUV 185.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 248 168 116 0 0.32 0.53 0.03 23.64 0.9 0.71
Hex F8 A8 74 0 20 35 3 18 5A 47
Octal 370 250 164 0 40 65 3 30 132 107
Binary 11111000 10101000 1110100 0 100000 110101 11 11000 1011010 1000111

Color Harmonies of #F8A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A874

Black with #F8A874

Text Example


Text Example

White with #F8A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A874; }

 p { color: rgb(248,168,116); }

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

background-color css

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

 a { background-color: rgb(248,168,116); }

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

border-color css

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

 span { border-color: rgb(248,168,116); }

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