Html Css Color HEX #F09583 Dark Salmon

📋 copy color: '#F09583'

red 240 ◦ green 149 ◦ blue 131

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

Shades of Dark Salmon #F09583

Tints of Dark Salmon #F09583

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

 GREEN value IS 149 (58.59% from 255) = 28.65%

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 46.15%
G = 28.65%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09583 (or 0xF09583) is known color: Dark Salmon. HEX triplet: F0, 95 and 83. RGB value is (240,149,131). Sum of RGB (Red+Green+Blue) = 240+149+131=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F09583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09583 is #0F6A7C. Grayscale: #AEAEAE. Windows color (decimal): -1010301 or 8623600. OLE color: 8623600.

HSL color Cylindrical-coordinate representation of color #F09583: hue angle of 9.91º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09583 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 131 -
CMYK 0 0.38 0.45 0.06
HSL 9.91º 0.78% 0.73% -
HSV(B) 9.91º 0.45% 0.94% -
XYZ 50.78 41.66 26.84 -
YUV 174.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 240 149 131 0 0.38 0.45 0.06 9.91 0.78 0.73
Hex F0 95 83 0 26 2D 6 A 4E 49
Octal 360 225 203 0 46 55 6 12 116 111
Binary 11110000 10010101 10000011 0 100110 101101 110 1010 1001110 1001001

Color Harmonies of #F09583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09583

Black with #F09583

Text Example


Text Example

White with #F09583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09583; }

 p { color: rgb(240,149,131); }

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

background-color css

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

 a { background-color: rgb(240,149,131); }

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

border-color css

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

 span { border-color: rgb(240,149,131); }

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