Html Css Color HEX #F98A6F Salmon

📋 copy color: '#F98A6F'

red 249 ◦ green 138 ◦ blue 111

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

Shades of Salmon #F98A6F

Tints of Salmon #F98A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 50%
G = 27.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98A6F (or 0xF98A6F) is known color: Salmon. HEX triplet: F9, 8A and 6F. RGB value is (249,138,111). Sum of RGB (Red+Green+Blue) = 249+138+111=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A6F is #067590. Grayscale: #A8A8A8. Windows color (decimal): -423313 or 7310073. OLE color: 7310073.

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

Color convert

RGB 249 138 111 -
CMYK 0 0.45 0.55 0.02
HSL 11.74º 0.92% 0.71% -
HSV(B) 11.74º 0.55% 0.98% -
XYZ 51.02 39.46 19.97 -
YUV 168.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 249 138 111 0 0.45 0.55 0.02 11.74 0.92 0.71
Hex F9 8A 6F 0 2D 37 2 C 5C 47
Octal 371 212 157 0 55 67 2 14 134 107
Binary 11111001 10001010 1101111 0 101101 110111 10 1100 1011100 1000111

Color Harmonies of #F98A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A6F

Black with #F98A6F

Text Example


Text Example

White with #F98A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A6F; }

 p { color: rgb(249,138,111); }

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

background-color css

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

 a { background-color: rgb(249,138,111); }

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

border-color css

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

 span { border-color: rgb(249,138,111); }

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