Html Css Color HEX #F98E70 Salmon

📋 copy color: '#F98E70'

red 249 ◦ green 142 ◦ blue 112

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

Shades of Salmon #F98E70

Tints of Salmon #F98E70

RGB

 RED value IS 249 (97.66% from 255) = 49.5%

 GREEN value IS 142 (55.86% from 255) = 28.23%

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

R = 49.5%
G = 28.23%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98E70 (or 0xF98E70) is known color: Salmon. HEX triplet: F9, 8E and 70. RGB value is (249,142,112). Sum of RGB (Red+Green+Blue) = 249+142+112=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98E70 is #06718F. Grayscale: #AAAAAA. Windows color (decimal): -422288 or 7376633. OLE color: 7376633.

HSL color Cylindrical-coordinate representation of color #F98E70: hue angle of 13.14º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F98E70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 142 112 -
CMYK 0 0.43 0.55 0.02
HSL 13.14º 0.92% 0.71% -
HSV(B) 13.14º 0.55% 0.98% -
XYZ 51.66 40.66 20.45 -
YUV 170.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 249 142 112 0 0.43 0.55 0.02 13.14 0.92 0.71
Hex F9 8E 70 0 2B 37 2 D 5C 47
Octal 371 216 160 0 53 67 2 15 134 107
Binary 11111001 10001110 1110000 0 101011 110111 10 1101 1011100 1000111

Color Harmonies of #F98E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98E70

Black with #F98E70

Text Example


Text Example

White with #F98E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98E70; }

 p { color: rgb(249,142,112); }

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

background-color css

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

 a { background-color: rgb(249,142,112); }

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

border-color css

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

 span { border-color: rgb(249,142,112); }

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