Html Css Color HEX #F59978 Light Salmon

📋 copy color: '#F59978'

red 245 ◦ green 153 ◦ blue 120

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

Shades of Light Salmon #F59978

Tints of Light Salmon #F59978

RGB

 RED value IS 245 (96.09% from 255) = 47.3%

 GREEN value IS 153 (60.16% from 255) = 29.54%

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

R = 47.3%
G = 29.54%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F59978 (or 0xF59978) is known color: Light Salmon. HEX triplet: F5, 99 and 78. RGB value is (245,153,120). Sum of RGB (Red+Green+Blue) = 245+153+120=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F59978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59978 is #0A6687. Grayscale: #B0B0B0. Windows color (decimal): -681608 or 7903733. OLE color: 7903733.

HSL color Cylindrical-coordinate representation of color #F59978: hue angle of 15.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F59978 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 153 120 -
CMYK 0 0.38 0.51 0.04
HSL 15.84º 0.86% 0.72% -
HSV(B) 15.84º 0.51% 0.96% -
XYZ 52.44 43.55 23.41 -
YUV 176.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 245 153 120 0 0.38 0.51 0.04 15.84 0.86 0.72
Hex F5 99 78 0 26 33 4 10 56 48
Octal 365 231 170 0 46 63 4 20 126 110
Binary 11110101 10011001 1111000 0 100110 110011 100 10000 1010110 1001000

Color Harmonies of #F59978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59978

Black with #F59978

Text Example


Text Example

White with #F59978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59978; }

 p { color: rgb(245,153,120); }

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

background-color css

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

 a { background-color: rgb(245,153,120); }

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

border-color css

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

 span { border-color: rgb(245,153,120); }

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