Html Css Color HEX #F98477 Salmon

📋 copy color: '#F98477'

red 249 ◦ green 132 ◦ blue 119

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

Shades of Salmon #F98477

Tints of Salmon #F98477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.8%

R = 49.8%
G = 26.4%
B = 23.8%

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

#F98477 (or 0xF98477) is known color: Salmon. HEX triplet: F9, 84 and 77. RGB value is (249,132,119). Sum of RGB (Red+Green+Blue) = 249+132+119=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98477 is #067B88. Grayscale: #A5A5A5. Windows color (decimal): -424841 or 7832825. OLE color: 7832825.

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

Color convert

RGB 249 132 119 -
CMYK 0 0.47 0.52 0.02
HSL 0.92% 0.72% -
HSV(B) 0.52% 0.98% -
XYZ 50.65 37.97 22.11 -
YUV 165.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 249 132 119 0 0.47 0.52 0.02 6 0.92 0.72
Hex F9 84 77 0 2F 34 2 6 5C 48
Octal 371 204 167 0 57 64 2 6 134 110
Binary 11111001 10000100 1110111 0 101111 110100 10 110 1011100 1001000

Color Harmonies of #F98477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98477

Black with #F98477

Text Example


Text Example

White with #F98477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98477; }

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

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

background-color css

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

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

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

border-color css

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

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

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