Html Css Color HEX #F59279 Dark Salmon

📋 copy color: '#F59279'

red 245 ◦ green 146 ◦ blue 121

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

Shades of Dark Salmon #F59279

Tints of Dark Salmon #F59279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.52%

 BLUE value IS 121 (47.66% from 255) = 23.63%

R = 47.85%
G = 28.52%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F59279 (or 0xF59279) is known color: Dark Salmon. HEX triplet: F5, 92 and 79. RGB value is (245,146,121). Sum of RGB (Red+Green+Blue) = 245+146+121=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F59279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59279 is #0A6D86. Grayscale: #ACACAC. Windows color (decimal): -683399 or 7967477. OLE color: 7967477.

HSL color Cylindrical-coordinate representation of color #F59279: hue angle of 12.1º 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 #F59279 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 146 121 -
CMYK 0 0.40 0.51 0.04
HSL 12.1º 0.86% 0.72% -
HSV(B) 12.1º 0.51% 0.96% -
XYZ 51.39 41.35 23.36 -
YUV 172.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 245 146 121 0 0.40 0.51 0.04 12.1 0.86 0.72
Hex F5 92 79 0 28 33 4 C 56 48
Octal 365 222 171 0 50 63 4 14 126 110
Binary 11110101 10010010 1111001 0 101000 110011 100 1100 1010110 1001000

Color Harmonies of #F59279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59279

Black with #F59279

Text Example


Text Example

White with #F59279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59279; }

 p { color: rgb(245,146,121); }

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

background-color css

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

 a { background-color: rgb(245,146,121); }

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

border-color css

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

 span { border-color: rgb(245,146,121); }

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