Html Css Color HEX #F98072 Salmon

📋 copy color: '#F98072'

red 249 ◦ green 128 ◦ blue 114

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

Shades of Salmon #F98072

Tints of Salmon #F98072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 50.71%
G = 26.07%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F98072 (or 0xF98072) is known color: Salmon. HEX triplet: F9, 80 and 72. RGB value is (249,128,114). Sum of RGB (Red+Green+Blue) = 249+128+114=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F98072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98072 is #067F8D. Grayscale: #A2A2A2. Windows color (decimal): -425870 or 7504121. OLE color: 7504121.

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

Color convert

RGB 249 128 114 -
CMYK 0 0.49 0.54 0.02
HSL 6.22º 0.92% 0.71% -
HSV(B) 6.22º 0.54% 0.98% -
XYZ 49.82 36.79 20.4 -
YUV 162.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 249 128 114 0 0.49 0.54 0.02 6.22 0.92 0.71
Hex F9 80 72 0 31 36 2 6 5C 47
Octal 371 200 162 0 61 66 2 6 134 107
Binary 11111001 10000000 1110010 0 110001 110110 10 110 1011100 1000111

Color Harmonies of #F98072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98072

Black with #F98072

Text Example


Text Example

White with #F98072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98072; }

 p { color: rgb(249,128,114); }

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

background-color css

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

 a { background-color: rgb(249,128,114); }

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

border-color css

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

 span { border-color: rgb(249,128,114); }

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