#F98378

Color #F98378 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F98378

Tints of Salmon #F98378

Color information

#F98378 (or 0xF98378) is unknown color: approx Salmon. HEX triplet: F9, 83 and 78. RGB value is (249,131,120). Sum of RGB (Red+Green+Blue) = 249+131+120=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98378 is #067C87. Grayscale: #A5A5A5. Windows color (decimal): -425096 or 7898105. OLE color: 7898105.

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

Color convert

RGB249131120-
CMYK00.470.520.02
HSL5.12º91.49%72.35%-
HSV(B)5.12º51.81%97.65%-
XYZ50.5737.7322.39-
YUV165.03102.59187.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 120 (47.27% from 255) = 24%
R=49.8%
G=26.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913112000.470.520.025.1291.4972.35
HexF9837802F34255b48
Octal3712031700576425133110
Binary1111100110000011111100001011111101001010110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98378; }

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

 H1.HeaderClassName
 {
   color: #F98378;
 }
 .AnyTagClassName
 {
   color: #F98378;
 }
</style>
background-color css

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

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

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

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

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

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