Html Css Color HEX #F98478 Salmon

📋 copy color: '#F98478'

red 249 ◦ green 132 ◦ blue 120

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

Shades of Salmon #F98478

Tints of Salmon #F98478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.35%

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

R = 49.7%
G = 26.35%
B = 23.95%

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

#F98478 (or 0xF98478) is known color: Salmon. HEX triplet: F9, 84 and 78. RGB value is (249,132,120). Sum of RGB (Red+Green+Blue) = 249+132+120=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F98478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98478 is #067B87. Grayscale: #A5A5A5. Windows color (decimal): -424840 or 7898361. OLE color: 7898361.

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

Color convert

RGB 249 132 120 -
CMYK 0 0.47 0.52 0.02
HSL 5.58º 0.91% 0.72% -
HSV(B) 5.58º 0.52% 0.98% -
XYZ 50.71 38 22.43 -
YUV 165.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 249 132 120 0 0.47 0.52 0.02 5.58 0.91 0.72
Hex F9 84 78 0 2F 34 2 6 5B 48
Octal 371 204 170 0 57 64 2 6 133 110
Binary 11111001 10000100 1111000 0 101111 110100 10 110 1011011 1001000

Color Harmonies of #F98478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98478

Black with #F98478

Text Example


Text Example

White with #F98478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98478; }

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

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

background-color css

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

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

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

border-color css

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

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

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