Html Css Color HEX #F98C76 Salmon

📋 copy color: '#F98C76'

red 249 ◦ green 140 ◦ blue 118

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

Shades of Salmon #F98C76

Tints of Salmon #F98C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

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

R = 49.11%
G = 27.61%
B = 23.27%

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

#F98C76 (or 0xF98C76) is known color: Salmon. HEX triplet: F9, 8C and 76. RGB value is (249,140,118). Sum of RGB (Red+Green+Blue) = 249+140+118=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C76 is #067389. Grayscale: #AAAAAA. Windows color (decimal): -422794 or 7769337. OLE color: 7769337.

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

Color convert

RGB 249 140 118 -
CMYK 0 0.44 0.53 0.02
HSL 10.08º 0.92% 0.72% -
HSV(B) 10.08º 0.53% 0.98% -
XYZ 51.72 40.2 22.17 -
YUV 170.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 249 140 118 0 0.44 0.53 0.02 10.08 0.92 0.72
Hex F9 8C 76 0 2C 35 2 A 5C 48
Octal 371 214 166 0 54 65 2 12 134 110
Binary 11111001 10001100 1110110 0 101100 110101 10 1010 1011100 1001000

Color Harmonies of #F98C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C76

Black with #F98C76

Text Example


Text Example

White with #F98C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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