Html Css Color HEX #F09781 Dark Salmon

📋 copy color: '#F09781'

red 240 ◦ green 151 ◦ blue 129

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

Shades of Dark Salmon #F09781

Tints of Dark Salmon #F09781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 46.15%
G = 29.04%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F09781 (or 0xF09781) is known color: Dark Salmon. HEX triplet: F0, 97 and 81. RGB value is (240,151,129). Sum of RGB (Red+Green+Blue) = 240+151+129=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F09781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09781 is #0F687E. Grayscale: #AFAFAF. Windows color (decimal): -1009791 or 8493040. OLE color: 8493040.

HSL color Cylindrical-coordinate representation of color #F09781: hue angle of 11.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09781 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 129 -
CMYK 0 0.37 0.46 0.06
HSL 11.89º 0.79% 0.72% -
HSV(B) 11.89º 0.46% 0.94% -
XYZ 50.96 42.24 26.24 -
YUV 175.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 240 151 129 0 0.37 0.46 0.06 11.89 0.79 0.72
Hex F0 97 81 0 25 2E 6 C 4F 48
Octal 360 227 201 0 45 56 6 14 117 110
Binary 11110000 10010111 10000001 0 100101 101110 110 1100 1001111 1001000

Color Harmonies of #F09781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09781

Black with #F09781

Text Example


Text Example

White with #F09781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09781; }

 p { color: rgb(240,151,129); }

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

background-color css

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

 a { background-color: rgb(240,151,129); }

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

border-color css

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

 span { border-color: rgb(240,151,129); }

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