Html Css Color HEX #F98B76 Salmon

📋 copy color: '#F98B76'

red 249 ◦ green 139 ◦ blue 118

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

Shades of Salmon #F98B76

Tints of Salmon #F98B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 49.21%
G = 27.47%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F98B76 (or 0xF98B76) is known color: Salmon. HEX triplet: F9, 8B and 76. RGB value is (249,139,118). Sum of RGB (Red+Green+Blue) = 249+139+118=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B76 is #067489. Grayscale: #A9A9A9. Windows color (decimal): -423050 or 7769081. OLE color: 7769081.

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

Color convert

RGB 249 139 118 -
CMYK 0 0.44 0.53 0.02
HSL 9.62º 0.92% 0.72% -
HSV(B) 9.62º 0.53% 0.98% -
XYZ 51.57 39.91 22.13 -
YUV 169.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 249 139 118 0 0.44 0.53 0.02 9.62 0.92 0.72
Hex F9 8B 76 0 2C 35 2 A 5C 48
Octal 371 213 166 0 54 65 2 12 134 110
Binary 11111001 10001011 1110110 0 101100 110101 10 1010 1011100 1001000

Color Harmonies of #F98B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98B76

Black with #F98B76

Text Example


Text Example

White with #F98B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98B76; }

 p { color: rgb(249,139,118); }

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

background-color css

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

 a { background-color: rgb(249,139,118); }

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

border-color css

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

 span { border-color: rgb(249,139,118); }

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