Html Css Color HEX #F98C7B Salmon

📋 copy color: '#F98C7B'

red 249 ◦ green 140 ◦ blue 123

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

Shades of Salmon #F98C7B

Tints of Salmon #F98C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 48.63%
G = 27.34%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F98C7B (or 0xF98C7B) is known color: Salmon. HEX triplet: F9, 8C and 7B. RGB value is (249,140,123). Sum of RGB (Red+Green+Blue) = 249+140+123=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C7B is #067384. Grayscale: #AAAAAA. Windows color (decimal): -422789 or 8097017. OLE color: 8097017.

HSL color Cylindrical-coordinate representation of color #F98C7B: hue angle of 8.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F98C7B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 140 123 -
CMYK 0 0.44 0.51 0.02
HSL 8.1º 0.91% 0.73% -
HSV(B) 8.1º 0.51% 0.98% -
XYZ 52.02 40.33 23.78 -
YUV 170.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 249 140 123 0 0.44 0.51 0.02 8.1 0.91 0.73
Hex F9 8C 7B 0 2C 33 2 8 5B 49
Octal 371 214 173 0 54 63 2 10 133 111
Binary 11111001 10001100 1111011 0 101100 110011 10 1000 1011011 1001001

Color Harmonies of #F98C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C7B

Black with #F98C7B

Text Example


Text Example

White with #F98C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C7B; }

 p { color: rgb(249,140,123); }

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

background-color css

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

 a { background-color: rgb(249,140,123); }

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

border-color css

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

 span { border-color: rgb(249,140,123); }

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