Html Css Color HEX #F59277 Dark Salmon

📋 copy color: '#F59277'

red 245 ◦ green 146 ◦ blue 119

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

Shades of Dark Salmon #F59277

Tints of Dark Salmon #F59277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 48.04%
G = 28.63%
B = 23.33%

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

#F59277 (or 0xF59277) is known color: Dark Salmon. HEX triplet: F5, 92 and 77. RGB value is (245,146,119). Sum of RGB (Red+Green+Blue) = 245+146+119=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F59277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59277 is #0A6D88. Grayscale: #ACACAC. Windows color (decimal): -683401 or 7836405. OLE color: 7836405.

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

Color convert

RGB 245 146 119 -
CMYK 0 0.40 0.51 0.04
HSL 12.86º 0.86% 0.71% -
HSV(B) 12.86º 0.51% 0.96% -
XYZ 51.26 41.3 22.72 -
YUV 172.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 245 146 119 0 0.40 0.51 0.04 12.86 0.86 0.71
Hex F5 92 77 0 28 33 4 D 56 47
Octal 365 222 167 0 50 63 4 15 126 107
Binary 11110101 10010010 1110111 0 101000 110011 100 1101 1010110 1000111

Color Harmonies of #F59277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59277

Black with #F59277

Text Example


Text Example

White with #F59277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59277; }

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

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

background-color css

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

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

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

border-color css

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

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

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