Html Css Color HEX #F8A674 Hit Pink

📋 copy color: '#F8A674'

red 248 ◦ green 166 ◦ blue 116

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

Shades of Hit Pink #F8A674

Tints of Hit Pink #F8A674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

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

R = 46.79%
G = 31.32%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8A674 (or 0xF8A674) is known color: Hit Pink. HEX triplet: F8, A6 and 74. RGB value is (248,166,116). Sum of RGB (Red+Green+Blue) = 248+166+116=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A674 is #07598B. Grayscale: #B9B9B9. Windows color (decimal): -481676 or 7644920. OLE color: 7644920.

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

Color convert

RGB 248 166 116 -
CMYK 0 0.33 0.53 0.03
HSL 22.73º 0.9% 0.71% -
HSV(B) 22.73º 0.53% 0.97% -
XYZ 55.5 48.49 22.96 -
YUV 184.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 248 166 116 0 0.33 0.53 0.03 22.73 0.9 0.71
Hex F8 A6 74 0 21 35 3 17 5A 47
Octal 370 246 164 0 41 65 3 27 132 107
Binary 11111000 10100110 1110100 0 100001 110101 11 10111 1011010 1000111

Color Harmonies of #F8A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A674

Black with #F8A674

Text Example


Text Example

White with #F8A674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A674; }

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

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

background-color css

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

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

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

border-color css

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

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

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