Html Css Color HEX #F09074 Dark Salmon

📋 copy color: '#F09074'

red 240 ◦ green 144 ◦ blue 116

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

Shades of Dark Salmon #F09074

Tints of Dark Salmon #F09074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 48%
G = 28.8%
B = 23.2%

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

#F09074 (or 0xF09074) is known color: Dark Salmon. HEX triplet: F0, 90 and 74. RGB value is (240,144,116). Sum of RGB (Red+Green+Blue) = 240+144+116=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F09074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09074 is #0F6F8B. Grayscale: #A9A9A9. Windows color (decimal): -1011596 or 7639280. OLE color: 7639280.

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

Color convert

RGB 240 144 116 -
CMYK 0 0.4 0.52 0.06
HSL 13.55º 0.81% 0.7% -
HSV(B) 13.55º 0.52% 0.94% -
XYZ 49.06 39.73 21.61 -
YUV 169.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 240 144 116 0 0.4 0.52 0.06 13.55 0.81 0.7
Hex F0 90 74 0 28 34 6 E 51 46
Octal 360 220 164 0 50 64 6 16 121 106
Binary 11110000 10010000 1110100 0 101000 110100 110 1110 1010001 1000110

Color Harmonies of #F09074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09074

Black with #F09074

Text Example


Text Example

White with #F09074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09074; }

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

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

background-color css

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

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

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

border-color css

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

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

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