Html Css Color HEX #F59478 Dark Salmon

📋 copy color: '#F59478'

red 245 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #F59478

Tints of Dark Salmon #F59478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 47.76%
G = 28.85%
B = 23.39%

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

#F59478 (or 0xF59478) is known color: Dark Salmon. HEX triplet: F5, 94 and 78. RGB value is (245,148,120). Sum of RGB (Red+Green+Blue) = 245+148+120=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F59478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59478 is #0A6B87. Grayscale: #AEAEAE. Windows color (decimal): -682888 or 7902453. OLE color: 7902453.

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

Color convert

RGB 245 148 120 -
CMYK 0 0.40 0.51 0.04
HSL 13.44º 0.86% 0.72% -
HSV(B) 13.44º 0.51% 0.96% -
XYZ 51.64 41.95 23.14 -
YUV 173.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 245 148 120 0 0.40 0.51 0.04 13.44 0.86 0.72
Hex F5 94 78 0 28 33 4 D 56 48
Octal 365 224 170 0 50 63 4 15 126 110
Binary 11110101 10010100 1111000 0 101000 110011 100 1101 1010110 1001000

Color Harmonies of #F59478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59478

Black with #F59478

Text Example


Text Example

White with #F59478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59478; }

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

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

background-color css

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

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

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

border-color css

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

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

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