Html Css Color HEX #F09683 Dark Salmon

📋 copy color: '#F09683'

red 240 ◦ green 150 ◦ blue 131

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

Shades of Dark Salmon #F09683

Tints of Dark Salmon #F09683

RGB

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

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

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

R = 46.07%
G = 28.79%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09683 (or 0xF09683) is known color: Dark Salmon. HEX triplet: F0, 96 and 83. RGB value is (240,150,131). Sum of RGB (Red+Green+Blue) = 240+150+131=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F09683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09683 is #0F697C. Grayscale: #AEAEAE. Windows color (decimal): -1010045 or 8623856. OLE color: 8623856.

HSL color Cylindrical-coordinate representation of color #F09683: hue angle of 10.46º 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 #F09683 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 131 -
CMYK 0 0.37 0.45 0.06
HSL 10.46º 0.78% 0.73% -
HSV(B) 10.46º 0.45% 0.94% -
XYZ 50.94 41.98 26.89 -
YUV 174.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 240 150 131 0 0.37 0.45 0.06 10.46 0.78 0.73
Hex F0 96 83 0 25 2D 6 A 4E 49
Octal 360 226 203 0 45 55 6 12 116 111
Binary 11110000 10010110 10000011 0 100101 101101 110 1010 1001110 1001001

Color Harmonies of #F09683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09683

Black with #F09683

Text Example


Text Example

White with #F09683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09683; }

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

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

background-color css

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

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

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

border-color css

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

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

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