Html Css Color HEX #F98A6E Salmon

📋 copy color: '#F98A6E'

red 249 ◦ green 138 ◦ blue 110

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

Shades of Salmon #F98A6E

Tints of Salmon #F98A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 50.1%
G = 27.77%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F98A6E (or 0xF98A6E) is known color: Salmon. HEX triplet: F9, 8A and 6E. RGB value is (249,138,110). Sum of RGB (Red+Green+Blue) = 249+138+110=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A6E is #067591. Grayscale: #A8A8A8. Windows color (decimal): -423314 or 7244537. OLE color: 7244537.

HSL color Cylindrical-coordinate representation of color #F98A6E: hue angle of 12.09º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F98A6E is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 138 110 -
CMYK 0 0.45 0.56 0.02
HSL 12.09º 0.92% 0.7% -
HSV(B) 12.09º 0.56% 0.98% -
XYZ 50.97 39.44 19.68 -
YUV 168 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 249 138 110 0 0.45 0.56 0.02 12.09 0.92 0.7
Hex F9 8A 6E 0 2D 38 2 C 5C 46
Octal 371 212 156 0 55 70 2 14 134 106
Binary 11111001 10001010 1101110 0 101101 111000 10 1100 1011100 1000110

Color Harmonies of #F98A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A6E

Black with #F98A6E

Text Example


Text Example

White with #F98A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A6E; }

 p { color: rgb(249,138,110); }

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

background-color css

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

 a { background-color: rgb(249,138,110); }

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

border-color css

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

 span { border-color: rgb(249,138,110); }

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