Html Css Color HEX #F98470 Salmon

📋 copy color: '#F98470'

red 249 ◦ green 132 ◦ blue 112

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

Shades of Salmon #F98470

Tints of Salmon #F98470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 50.51%
G = 26.77%
B = 22.72%

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

#F98470 (or 0xF98470) is known color: Salmon. HEX triplet: F9, 84 and 70. RGB value is (249,132,112). Sum of RGB (Red+Green+Blue) = 249+132+112=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F98470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98470 is #067B8F. Grayscale: #A4A4A4. Windows color (decimal): -424848 or 7374073. OLE color: 7374073.

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

Color convert

RGB 249 132 112 -
CMYK 0 0.47 0.55 0.02
HSL 8.76º 0.92% 0.71% -
HSV(B) 8.76º 0.55% 0.98% -
XYZ 50.24 37.81 19.98 -
YUV 164.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 249 132 112 0 0.47 0.55 0.02 8.76 0.92 0.71
Hex F9 84 70 0 2F 37 2 9 5C 47
Octal 371 204 160 0 57 67 2 11 134 107
Binary 11111001 10000100 1110000 0 101111 110111 10 1001 1011100 1000111

Color Harmonies of #F98470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98470

Black with #F98470

Text Example


Text Example

White with #F98470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98470; }

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

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

background-color css

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

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

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

border-color css

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

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

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