Html Css Color HEX #F59672 Dark Salmon

📋 copy color: '#F59672'

red 245 ◦ green 150 ◦ blue 114

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

Shades of Dark Salmon #F59672

Tints of Dark Salmon #F59672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 48.13%
G = 29.47%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F59672 (or 0xF59672) is known color: Dark Salmon. HEX triplet: F5, 96 and 72. RGB value is (245,150,114). Sum of RGB (Red+Green+Blue) = 245+150+114=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F59672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59672 is #0A698D. Grayscale: #AEAEAE. Windows color (decimal): -682382 or 7509749. OLE color: 7509749.

HSL color Cylindrical-coordinate representation of color #F59672: hue angle of 16.49º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F59672 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 114 -
CMYK 0 0.39 0.53 0.04
HSL 16.49º 0.87% 0.7% -
HSV(B) 16.49º 0.53% 0.96% -
XYZ 51.6 42.44 21.39 -
YUV 174.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 245 150 114 0 0.39 0.53 0.04 16.49 0.87 0.7
Hex F5 96 72 0 27 35 4 10 57 46
Octal 365 226 162 0 47 65 4 20 127 106
Binary 11110101 10010110 1110010 0 100111 110101 100 10000 1010111 1000110

Color Harmonies of #F59672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59672

Black with #F59672

Text Example


Text Example

White with #F59672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59672; }

 p { color: rgb(245,150,114); }

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

background-color css

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

 a { background-color: rgb(245,150,114); }

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

border-color css

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

 span { border-color: rgb(245,150,114); }

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