Html Css Color HEX #F98263 Salmon

📋 copy color: '#F98263'

red 249 ◦ green 130 ◦ blue 99

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

Shades of Salmon #F98263

Tints of Salmon #F98263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

 BLUE value IS 99 (39.06% from 255) = 20.71%

R = 52.09%
G = 27.2%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F98263 (or 0xF98263) is known color: Salmon. HEX triplet: F9, 82 and 63. RGB value is (249,130,99). Sum of RGB (Red+Green+Blue) = 249+130+99=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F98263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98263 is #067D9C. Grayscale: #A2A2A2. Windows color (decimal): -425373 or 6521593. OLE color: 6521593.

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

Color convert

RGB 249 130 99 -
CMYK 0 0.48 0.60 0.02
HSL 12.4º 0.93% 0.68% -
HSV(B) 12.4º 0.6% 0.98% -
XYZ 49.3 37.01 16.35 -
YUV 162.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 249 130 99 0 0.48 0.60 0.02 12.4 0.93 0.68
Hex F9 82 63 0 30 3C 2 C 5D 44
Octal 371 202 143 0 60 74 2 14 135 104
Binary 11111001 10000010 1100011 0 110000 111100 10 1100 1011101 1000100

Color Harmonies of #F98263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98263

Black with #F98263

Text Example


Text Example

White with #F98263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98263; }

 p { color: rgb(249,130,99); }

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

background-color css

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

 a { background-color: rgb(249,130,99); }

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

border-color css

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

 span { border-color: rgb(249,130,99); }

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