Html Css Color HEX #F98262 Salmon

📋 copy color: '#F98262'

red 249 ◦ green 130 ◦ blue 98

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

Shades of Salmon #F98262

Tints of Salmon #F98262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 52.2%
G = 27.25%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F98262 (or 0xF98262) is known color: Salmon. HEX triplet: F9, 82 and 62. RGB value is (249,130,98). Sum of RGB (Red+Green+Blue) = 249+130+98=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F98262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98262 is #067D9D. Grayscale: #A2A2A2. Windows color (decimal): -425374 or 6456057. OLE color: 6456057.

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

Color convert

RGB 249 130 98 -
CMYK 0 0.48 0.61 0.02
HSL 12.72º 0.93% 0.68% -
HSV(B) 12.72º 0.61% 0.98% -
XYZ 49.25 36.99 16.1 -
YUV 161.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 249 130 98 0 0.48 0.61 0.02 12.72 0.93 0.68
Hex F9 82 62 0 30 3D 2 D 5D 44
Octal 371 202 142 0 60 75 2 15 135 104
Binary 11111001 10000010 1100010 0 110000 111101 10 1101 1011101 1000100

Color Harmonies of #F98262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98262

Black with #F98262

Text Example


Text Example

White with #F98262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98262; }

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

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

background-color css

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

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

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

border-color css

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

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

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