Html Css Color HEX #F98675 Salmon

📋 copy color: '#F98675'

red 249 ◦ green 134 ◦ blue 117

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

Shades of Salmon #F98675

Tints of Salmon #F98675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.8%

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

R = 49.8%
G = 26.8%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F98675 (or 0xF98675) is known color: Salmon. HEX triplet: F9, 86 and 75. RGB value is (249,134,117). Sum of RGB (Red+Green+Blue) = 249+134+117=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98675 is #06798A. Grayscale: #A6A6A6. Windows color (decimal): -424331 or 7702265. OLE color: 7702265.

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

Color convert

RGB 249 134 117 -
CMYK 0 0.46 0.53 0.02
HSL 7.73º 0.92% 0.72% -
HSV(B) 7.73º 0.53% 0.98% -
XYZ 50.8 38.47 21.58 -
YUV 166.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 249 134 117 0 0.46 0.53 0.02 7.73 0.92 0.72
Hex F9 86 75 0 2E 35 2 8 5C 48
Octal 371 206 165 0 56 65 2 10 134 110
Binary 11111001 10000110 1110101 0 101110 110101 10 1000 1011100 1001000

Color Harmonies of #F98675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98675

Black with #F98675

Text Example


Text Example

White with #F98675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98675; }

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

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

background-color css

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

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

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

border-color css

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

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

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