Html Css Color HEX #F98275 Salmon

📋 copy color: '#F98275'

red 249 ◦ green 130 ◦ blue 117

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

Shades of Salmon #F98275

Tints of Salmon #F98275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 50.2%
G = 26.21%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F98275 (or 0xF98275) is known color: Salmon. HEX triplet: F9, 82 and 75. RGB value is (249,130,117). Sum of RGB (Red+Green+Blue) = 249+130+117=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F98275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98275 is #067D8A. Grayscale: #A4A4A4. Windows color (decimal): -425355 or 7701241. OLE color: 7701241.

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

Color convert

RGB 249 130 117 -
CMYK 0 0.48 0.53 0.02
HSL 5.91º 0.92% 0.72% -
HSV(B) 5.91º 0.53% 0.98% -
XYZ 50.26 37.39 21.4 -
YUV 164.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 249 130 117 0 0.48 0.53 0.02 5.91 0.92 0.72
Hex F9 82 75 0 30 35 2 6 5C 48
Octal 371 202 165 0 60 65 2 6 134 110
Binary 11111001 10000010 1110101 0 110000 110101 10 110 1011100 1001000

Color Harmonies of #F98275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98275

Black with #F98275

Text Example


Text Example

White with #F98275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98275; }

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

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

background-color css

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

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

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

border-color css

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

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

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