Html Css Color HEX #F98A71 Salmon

📋 copy color: '#F98A71'

red 249 ◦ green 138 ◦ blue 113

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

Shades of Salmon #F98A71

Tints of Salmon #F98A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 49.8%
G = 27.6%
B = 22.6%

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

#F98A71 (or 0xF98A71) is known color: Salmon. HEX triplet: F9, 8A and 71. RGB value is (249,138,113). Sum of RGB (Red+Green+Blue) = 249+138+113=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A71 is #06758E. Grayscale: #A8A8A8. Windows color (decimal): -423311 or 7441145. OLE color: 7441145.

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

Color convert

RGB 249 138 113 -
CMYK 0 0.45 0.55 0.02
HSL 11.03º 0.92% 0.71% -
HSV(B) 11.03º 0.55% 0.98% -
XYZ 51.14 39.51 20.55 -
YUV 168.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 249 138 113 0 0.45 0.55 0.02 11.03 0.92 0.71
Hex F9 8A 71 0 2D 37 2 B 5C 47
Octal 371 212 161 0 55 67 2 13 134 107
Binary 11111001 10001010 1110001 0 101101 110111 10 1011 1011100 1000111

Color Harmonies of #F98A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A71

Black with #F98A71

Text Example


Text Example

White with #F98A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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