Html Css Color HEX #F09376 Dark Salmon

📋 copy color: '#F09376'

red 240 ◦ green 147 ◦ blue 118

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

Shades of Dark Salmon #F09376

Tints of Dark Salmon #F09376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 47.52%
G = 29.11%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F09376 (or 0xF09376) is known color: Dark Salmon. HEX triplet: F0, 93 and 76. RGB value is (240,147,118). Sum of RGB (Red+Green+Blue) = 240+147+118=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09376 is #0F6C89. Grayscale: #ABABAB. Windows color (decimal): -1010826 or 7771120. OLE color: 7771120.

HSL color Cylindrical-coordinate representation of color #F09376: hue angle of 14.26º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F09376 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 118 -
CMYK 0 0.39 0.51 0.06
HSL 14.26º 0.8% 0.7% -
HSV(B) 14.26º 0.51% 0.94% -
XYZ 49.64 40.7 22.38 -
YUV 171.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 240 147 118 0 0.39 0.51 0.06 14.26 0.8 0.7
Hex F0 93 76 0 27 33 6 E 50 46
Octal 360 223 166 0 47 63 6 16 120 106
Binary 11110000 10010011 1110110 0 100111 110011 110 1110 1010000 1000110

Color Harmonies of #F09376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09376

Black with #F09376

Text Example


Text Example

White with #F09376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09376; }

 p { color: rgb(240,147,118); }

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

background-color css

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

 a { background-color: rgb(240,147,118); }

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

border-color css

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

 span { border-color: rgb(240,147,118); }

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