Html Css Color HEX #F98674 Salmon

📋 copy color: '#F98674'

red 249 ◦ green 134 ◦ blue 116

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

Shades of Salmon #F98674

Tints of Salmon #F98674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 49.9%
G = 26.85%
B = 23.25%

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

#F98674 (or 0xF98674) is known color: Salmon. HEX triplet: F9, 86 and 74. RGB value is (249,134,116). Sum of RGB (Red+Green+Blue) = 249+134+116=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F98674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98674 is #06798B. Grayscale: #A6A6A6. Windows color (decimal): -424332 or 7636729. OLE color: 7636729.

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

Color convert

RGB 249 134 116 -
CMYK 0 0.46 0.53 0.02
HSL 8.12º 0.92% 0.72% -
HSV(B) 8.12º 0.53% 0.98% -
XYZ 50.74 38.45 21.27 -
YUV 166.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 249 134 116 0 0.46 0.53 0.02 8.12 0.92 0.72
Hex F9 86 74 0 2E 35 2 8 5C 48
Octal 371 206 164 0 56 65 2 10 134 110
Binary 11111001 10000110 1110100 0 101110 110101 10 1000 1011100 1001000

Color Harmonies of #F98674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98674

Black with #F98674

Text Example


Text Example

White with #F98674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98674; }

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

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

background-color css

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

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

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

border-color css

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

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

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