Html Css Color HEX #F98C78 Salmon

📋 copy color: '#F98C78'

red 249 ◦ green 140 ◦ blue 120

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

Shades of Salmon #F98C78

Tints of Salmon #F98C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.58%

R = 48.92%
G = 27.5%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F98C78 (or 0xF98C78) is known color: Salmon. HEX triplet: F9, 8C and 78. RGB value is (249,140,120). Sum of RGB (Red+Green+Blue) = 249+140+120=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C78 is #067387. Grayscale: #AAAAAA. Windows color (decimal): -422792 or 7900409. OLE color: 7900409.

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

Color convert

RGB 249 140 120 -
CMYK 0 0.44 0.52 0.02
HSL 9.3º 0.91% 0.72% -
HSV(B) 9.3º 0.52% 0.98% -
XYZ 51.84 40.25 22.81 -
YUV 170.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 249 140 120 0 0.44 0.52 0.02 9.3 0.91 0.72
Hex F9 8C 78 0 2C 34 2 9 5B 48
Octal 371 214 170 0 54 64 2 11 133 110
Binary 11111001 10001100 1111000 0 101100 110100 10 1001 1011011 1001000

Color Harmonies of #F98C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C78

Black with #F98C78

Text Example


Text Example

White with #F98C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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