Html Css Color HEX #F98972 Salmon

📋 copy color: '#F98972'

red 249 ◦ green 137 ◦ blue 114

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

Shades of Salmon #F98972

Tints of Salmon #F98972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 49.8%
G = 27.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F98972 (or 0xF98972) is known color: Salmon. HEX triplet: F9, 89 and 72. RGB value is (249,137,114). Sum of RGB (Red+Green+Blue) = 249+137+114=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98972 is #06768D. Grayscale: #A8A8A8. Windows color (decimal): -423566 or 7506425. OLE color: 7506425.

HSL color Cylindrical-coordinate representation of color #F98972: hue angle of 10.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 #F98972 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 137 114 -
CMYK 0 0.45 0.54 0.02
HSL 10.22º 0.92% 0.71% -
HSV(B) 10.22º 0.54% 0.98% -
XYZ 51.05 39.25 20.8 -
YUV 167.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 249 137 114 0 0.45 0.54 0.02 10.22 0.92 0.71
Hex F9 89 72 0 2D 36 2 A 5C 47
Octal 371 211 162 0 55 66 2 12 134 107
Binary 11111001 10001001 1110010 0 101101 110110 10 1010 1011100 1000111

Color Harmonies of #F98972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98972

Black with #F98972

Text Example


Text Example

White with #F98972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98972; }

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

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

background-color css

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

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

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

border-color css

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

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

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