Html Css Color HEX #F09481 Dark Salmon

📋 copy color: '#F09481'

red 240 ◦ green 148 ◦ blue 129

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

Shades of Dark Salmon #F09481

Tints of Dark Salmon #F09481

RGB

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

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

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

R = 46.42%
G = 28.63%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F09481 (or 0xF09481) is known color: Dark Salmon. HEX triplet: F0, 94 and 81. RGB value is (240,148,129). Sum of RGB (Red+Green+Blue) = 240+148+129=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09481 is #0F6B7E. Grayscale: #ADADAD. Windows color (decimal): -1010559 or 8492272. OLE color: 8492272.

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

Color convert

RGB 240 148 129 -
CMYK 0 0.38 0.46 0.06
HSL 10.27º 0.79% 0.72% -
HSV(B) 10.27º 0.46% 0.94% -
XYZ 50.49 41.29 26.08 -
YUV 173.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 240 148 129 0 0.38 0.46 0.06 10.27 0.79 0.72
Hex F0 94 81 0 26 2E 6 A 4F 48
Octal 360 224 201 0 46 56 6 12 117 110
Binary 11110000 10010100 10000001 0 100110 101110 110 1010 1001111 1001000

Color Harmonies of #F09481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09481

Black with #F09481

Text Example


Text Example

White with #F09481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09481; }

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

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

background-color css

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

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

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

border-color css

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

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

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