Html Css Color HEX #F98273 Salmon

📋 copy color: '#F98273'

red 249 ◦ green 130 ◦ blue 115

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

Shades of Salmon #F98273

Tints of Salmon #F98273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 50.4%
G = 26.32%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F98273 (or 0xF98273) is known color: Salmon. HEX triplet: F9, 82 and 73. RGB value is (249,130,115). Sum of RGB (Red+Green+Blue) = 249+130+115=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F98273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98273 is #067D8C. Grayscale: #A4A4A4. Windows color (decimal): -425357 or 7570169. OLE color: 7570169.

HSL color Cylindrical-coordinate representation of color #F98273: hue angle of 6.72º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F98273 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 115 -
CMYK 0 0.48 0.54 0.02
HSL 6.72º 0.92% 0.71% -
HSV(B) 6.72º 0.54% 0.98% -
XYZ 50.14 37.34 20.78 -
YUV 163.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 249 130 115 0 0.48 0.54 0.02 6.72 0.92 0.71
Hex F9 82 73 0 30 36 2 7 5C 47
Octal 371 202 163 0 60 66 2 7 134 107
Binary 11111001 10000010 1110011 0 110000 110110 10 111 1011100 1000111

Color Harmonies of #F98273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98273

Black with #F98273

Text Example


Text Example

White with #F98273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98273; }

 p { color: rgb(249,130,115); }

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

background-color css

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

 a { background-color: rgb(249,130,115); }

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

border-color css

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

 span { border-color: rgb(249,130,115); }

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