Html Css Color HEX #F98978 Salmon

📋 copy color: '#F98978'

red 249 ◦ green 137 ◦ blue 120

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

Shades of Salmon #F98978

Tints of Salmon #F98978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.08%

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 49.21%
G = 27.08%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F98978 (or 0xF98978) is known color: Salmon. HEX triplet: F9, 89 and 78. RGB value is (249,137,120). Sum of RGB (Red+Green+Blue) = 249+137+120=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F98978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98978 is #067687. Grayscale: #A8A8A8. Windows color (decimal): -423560 or 7899641. OLE color: 7899641.

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

Color convert

RGB 249 137 120 -
CMYK 0 0.45 0.52 0.02
HSL 7.91º 0.91% 0.72% -
HSV(B) 7.91º 0.52% 0.98% -
XYZ 51.4 39.39 22.66 -
YUV 168.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 249 137 120 0 0.45 0.52 0.02 7.91 0.91 0.72
Hex F9 89 78 0 2D 34 2 8 5B 48
Octal 371 211 170 0 55 64 2 10 133 110
Binary 11111001 10001001 1111000 0 101101 110100 10 1000 1011011 1001000

Color Harmonies of #F98978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98978

Black with #F98978

Text Example


Text Example

White with #F98978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98978; }

 p { color: rgb(249,137,120); }

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

background-color css

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

 a { background-color: rgb(249,137,120); }

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

border-color css

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

 span { border-color: rgb(249,137,120); }

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