Html Css Color HEX #F59278 Dark Salmon

📋 copy color: '#F59278'

red 245 ◦ green 146 ◦ blue 120

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

Shades of Dark Salmon #F59278

Tints of Dark Salmon #F59278

RGB

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

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

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

R = 47.95%
G = 28.57%
B = 23.48%

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

#F59278 (or 0xF59278) is known color: Dark Salmon. HEX triplet: F5, 92 and 78. RGB value is (245,146,120). Sum of RGB (Red+Green+Blue) = 245+146+120=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F59278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59278 is #0A6D87. Grayscale: #ACACAC. Windows color (decimal): -683400 or 7901941. OLE color: 7901941.

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

Color convert

RGB 245 146 120 -
CMYK 0 0.40 0.51 0.04
HSL 12.48º 0.86% 0.72% -
HSV(B) 12.48º 0.51% 0.96% -
XYZ 51.33 41.33 23.04 -
YUV 172.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 245 146 120 0 0.40 0.51 0.04 12.48 0.86 0.72
Hex F5 92 78 0 28 33 4 C 56 48
Octal 365 222 170 0 50 63 4 14 126 110
Binary 11110101 10010010 1111000 0 101000 110011 100 1100 1010110 1001000

Color Harmonies of #F59278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59278

Black with #F59278

Text Example


Text Example

White with #F59278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59278; }

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

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

background-color css

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

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

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

border-color css

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

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

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