Html Css Color HEX #F09072 Dark Salmon

📋 copy color: '#F09072'

red 240 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #F09072

Tints of Dark Salmon #F09072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.92%

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

R = 48.19%
G = 28.92%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09072 (or 0xF09072) is known color: Dark Salmon. HEX triplet: F0, 90 and 72. RGB value is (240,144,114). Sum of RGB (Red+Green+Blue) = 240+144+114=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F09072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09072 is #0F6F8D. Grayscale: #A9A9A9. Windows color (decimal): -1011598 or 7508208. OLE color: 7508208.

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

Color convert

RGB 240 144 114 -
CMYK 0 0.4 0.52 0.06
HSL 14.29º 0.81% 0.69% -
HSV(B) 14.29º 0.53% 0.94% -
XYZ 48.95 39.69 21 -
YUV 169.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 240 144 114 0 0.4 0.52 0.06 14.29 0.81 0.69
Hex F0 90 72 0 28 34 6 E 51 45
Octal 360 220 162 0 50 64 6 16 121 105
Binary 11110000 10010000 1110010 0 101000 110100 110 1110 1010001 1000101

Color Harmonies of #F09072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09072

Black with #F09072

Text Example


Text Example

White with #F09072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09072; }

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

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

background-color css

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

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

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

border-color css

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

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

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