Html Css Color HEX #F98564 Salmon

📋 copy color: '#F98564'

red 249 ◦ green 133 ◦ blue 100

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

Shades of Salmon #F98564

Tints of Salmon #F98564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 51.66%
G = 27.59%
B = 20.75%

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

#F98564 (or 0xF98564) is known color: Salmon. HEX triplet: F9, 85 and 64. RGB value is (249,133,100). Sum of RGB (Red+Green+Blue) = 249+133+100=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98564 is #067A9B. Grayscale: #A4A4A4. Windows color (decimal): -424604 or 6587897. OLE color: 6587897.

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

Color convert

RGB 249 133 100 -
CMYK 0 0.47 0.60 0.02
HSL 13.29º 0.93% 0.68% -
HSV(B) 13.29º 0.6% 0.98% -
XYZ 49.75 37.83 16.74 -
YUV 163.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 249 133 100 0 0.47 0.60 0.02 13.29 0.93 0.68
Hex F9 85 64 0 2F 3C 2 D 5D 44
Octal 371 205 144 0 57 74 2 15 135 104
Binary 11111001 10000101 1100100 0 101111 111100 10 1101 1011101 1000100

Color Harmonies of #F98564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98564

Black with #F98564

Text Example


Text Example

White with #F98564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98564; }

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

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

background-color css

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

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

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

border-color css

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

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

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