Html Css Color HEX #F09372 Dark Salmon

📋 copy color: '#F09372'

red 240 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #F09372

Tints of Dark Salmon #F09372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 47.9%
G = 29.34%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09372 (or 0xF09372) is known color: Dark Salmon. HEX triplet: F0, 93 and 72. RGB value is (240,147,114). Sum of RGB (Red+Green+Blue) = 240+147+114=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F09372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09372 is #0F6C8D. Grayscale: #ABABAB. Windows color (decimal): -1010830 or 7508976. OLE color: 7508976.

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

Color convert

RGB 240 147 114 -
CMYK 0 0.39 0.52 0.06
HSL 15.71º 0.81% 0.69% -
HSV(B) 15.71º 0.53% 0.94% -
XYZ 49.41 40.61 21.15 -
YUV 171.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 240 147 114 0 0.39 0.52 0.06 15.71 0.81 0.69
Hex F0 93 72 0 27 34 6 10 51 45
Octal 360 223 162 0 47 64 6 20 121 105
Binary 11110000 10010011 1110010 0 100111 110100 110 10000 1010001 1000101

Color Harmonies of #F09372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09372

Black with #F09372

Text Example


Text Example

White with #F09372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09372; }

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

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

background-color css

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

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

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

border-color css

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

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

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