Html Css Color HEX #F98464 Salmon

📋 copy color: '#F98464'

red 249 ◦ green 132 ◦ blue 100

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

Shades of Salmon #F98464

Tints of Salmon #F98464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 51.77%
G = 27.44%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F98464 (or 0xF98464) is known color: Salmon. HEX triplet: F9, 84 and 64. RGB value is (249,132,100). Sum of RGB (Red+Green+Blue) = 249+132+100=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F98464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98464 is #067B9B. Grayscale: #A3A3A3. Windows color (decimal): -424860 or 6587641. OLE color: 6587641.

HSL color Cylindrical-coordinate representation of color #F98464: hue angle of 12.89º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F98464 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 132 100 -
CMYK 0 0.47 0.60 0.02
HSL 12.89º 0.93% 0.68% -
HSV(B) 12.89º 0.6% 0.98% -
XYZ 49.62 37.56 16.69 -
YUV 163.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 249 132 100 0 0.47 0.60 0.02 12.89 0.93 0.68
Hex F9 84 64 0 2F 3C 2 D 5D 44
Octal 371 204 144 0 57 74 2 15 135 104
Binary 11111001 10000100 1100100 0 101111 111100 10 1101 1011101 1000100

Color Harmonies of #F98464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98464

Black with #F98464

Text Example


Text Example

White with #F98464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98464; }

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

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

background-color css

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

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

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

border-color css

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

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

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