Html Css Color HEX #F98471 Salmon

📋 copy color: '#F98471'

red 249 ◦ green 132 ◦ blue 113

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

Shades of Salmon #F98471

Tints of Salmon #F98471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 50.4%
G = 26.72%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98471 (or 0xF98471) is known color: Salmon. HEX triplet: F9, 84 and 71. RGB value is (249,132,113). Sum of RGB (Red+Green+Blue) = 249+132+113=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F98471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98471 is #067B8E. Grayscale: #A5A5A5. Windows color (decimal): -424847 or 7439609. OLE color: 7439609.

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

Color convert

RGB 249 132 113 -
CMYK 0 0.47 0.55 0.02
HSL 8.38º 0.92% 0.71% -
HSV(B) 8.38º 0.55% 0.98% -
XYZ 50.3 37.83 20.27 -
YUV 164.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 249 132 113 0 0.47 0.55 0.02 8.38 0.92 0.71
Hex F9 84 71 0 2F 37 2 8 5C 47
Octal 371 204 161 0 57 67 2 10 134 107
Binary 11111001 10000100 1110001 0 101111 110111 10 1000 1011100 1000111

Color Harmonies of #F98471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98471

Black with #F98471

Text Example


Text Example

White with #F98471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98471; }

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

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

background-color css

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

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

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

border-color css

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

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

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