Html Css Color HEX #F09F7E Dark Salmon

📋 copy color: '#F09F7E'

red 240 ◦ green 159 ◦ blue 126

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

Shades of Dark Salmon #F09F7E

Tints of Dark Salmon #F09F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.29%

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

R = 45.71%
G = 30.29%
B = 24%

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

#F09F7E (or 0xF09F7E) is known color: Dark Salmon. HEX triplet: F0, 9F and 7E. RGB value is (240,159,126). Sum of RGB (Red+Green+Blue) = 240+159+126=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09F7E is #0F6081. Grayscale: #B3B3B3. Windows color (decimal): -1007746 or 8298480. OLE color: 8298480.

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

Color convert

RGB 240 159 126 -
CMYK 0 0.34 0.48 0.06
HSL 17.37º 0.79% 0.72% -
HSV(B) 17.37º 0.48% 0.94% -
XYZ 52.1 44.83 25.65 -
YUV 179.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 240 159 126 0 0.34 0.48 0.06 17.37 0.79 0.72
Hex F0 9F 7E 0 22 30 6 11 4F 48
Octal 360 237 176 0 42 60 6 21 117 110
Binary 11110000 10011111 1111110 0 100010 110000 110 10001 1001111 1001000

Color Harmonies of #F09F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F7E

Black with #F09F7E

Text Example


Text Example

White with #F09F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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