Html Css Color HEX #F98378 Salmon

📋 copy color: '#F98378'

red 249 ◦ green 131 ◦ blue 120

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

Shades of Salmon #F98378

Tints of Salmon #F98378

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 value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F98378 (or 0xF98378) is known color: 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

RGB 249 131 120 -
CMYK 0 0.47 0.52 0.02
HSL 5.12º 0.91% 0.72% -
HSV(B) 5.12º 0.52% 0.98% -
XYZ 50.57 37.73 22.39 -
YUV 165.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 249 131 120 0 0.47 0.52 0.02 5.12 0.91 0.72
Hex F9 83 78 0 2F 34 2 5 5B 48
Octal 371 203 170 0 57 64 2 5 133 110
Binary 11111001 10000011 1111000 0 101111 110100 10 101 1011011 1001000

Color Harmonies of #F98378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98378

Black with #F98378

Text Example


Text Example

White with #F98378

Text Example


Text Example

HTML Codes & Css Web 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>