Html Css Color HEX #F09E7E Dark Salmon

📋 copy color: '#F09E7E'

red 240 ◦ green 158 ◦ blue 126

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

Shades of Dark Salmon #F09E7E

Tints of Dark Salmon #F09E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.05%

R = 45.8%
G = 30.15%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F09E7E (or 0xF09E7E) is known color: Dark Salmon. HEX triplet: F0, 9E and 7E. RGB value is (240,158,126). Sum of RGB (Red+Green+Blue) = 240+158+126=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09E7E is #0F6181. Grayscale: #B3B3B3. Windows color (decimal): -1008002 or 8298224. OLE color: 8298224.

HSL color Cylindrical-coordinate representation of color #F09E7E: hue angle of 16.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F09E7E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 158 126 -
CMYK 0 0.34 0.48 0.06
HSL 16.84º 0.79% 0.72% -
HSV(B) 16.84º 0.48% 0.94% -
XYZ 51.93 44.49 25.59 -
YUV 178.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 240 158 126 0 0.34 0.48 0.06 16.84 0.79 0.72
Hex F0 9E 7E 0 22 30 6 11 4F 48
Octal 360 236 176 0 42 60 6 21 117 110
Binary 11110000 10011110 1111110 0 100010 110000 110 10001 1001111 1001000

Color Harmonies of #F09E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E7E

Black with #F09E7E

Text Example


Text Example

White with #F09E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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