Html Css Color HEX #F09E74 Dark Salmon

📋 copy color: '#F09E74'

red 240 ◦ green 158 ◦ blue 116

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

Shades of Dark Salmon #F09E74

Tints of Dark Salmon #F09E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.74%

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

R = 46.69%
G = 30.74%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09E74 (or 0xF09E74) is known color: Dark Salmon. HEX triplet: F0, 9E and 74. RGB value is (240,158,116). Sum of RGB (Red+Green+Blue) = 240+158+116=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09E74 is #0F618B. Grayscale: #B1B1B1. Windows color (decimal): -1008012 or 7642864. OLE color: 7642864.

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

Color convert

RGB 240 158 116 -
CMYK 0 0.34 0.52 0.06
HSL 20.32º 0.81% 0.7% -
HSV(B) 20.32º 0.52% 0.94% -
XYZ 51.31 44.24 22.36 -
YUV 177.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 240 158 116 0 0.34 0.52 0.06 20.32 0.81 0.7
Hex F0 9E 74 0 22 34 6 14 51 46
Octal 360 236 164 0 42 64 6 24 121 106
Binary 11110000 10011110 1110100 0 100010 110100 110 10100 1010001 1000110

Color Harmonies of #F09E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E74

Black with #F09E74

Text Example


Text Example

White with #F09E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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