Html Css Color HEX #F98364 Salmon

📋 copy color: '#F98364'

red 249 ◦ green 131 ◦ blue 100

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

Shades of Salmon #F98364

Tints of Salmon #F98364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

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

R = 51.88%
G = 27.29%
B = 20.83%

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

#F98364 (or 0xF98364) is known color: Salmon. HEX triplet: F9, 83 and 64. RGB value is (249,131,100). Sum of RGB (Red+Green+Blue) = 249+131+100=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F98364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98364 is #067C9B. Grayscale: #A2A2A2. Windows color (decimal): -425116 or 6587385. OLE color: 6587385.

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

Color convert

RGB 249 131 100 -
CMYK 0 0.47 0.60 0.02
HSL 12.48º 0.93% 0.68% -
HSV(B) 12.48º 0.6% 0.98% -
XYZ 49.48 37.29 16.65 -
YUV 162.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 249 131 100 0 0.47 0.60 0.02 12.48 0.93 0.68
Hex F9 83 64 0 2F 3C 2 C 5D 44
Octal 371 203 144 0 57 74 2 14 135 104
Binary 11111001 10000011 1100100 0 101111 111100 10 1100 1011101 1000100

Color Harmonies of #F98364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98364

Black with #F98364

Text Example


Text Example

White with #F98364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98364; }

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

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

background-color css

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

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

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

border-color css

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

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

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