Html Css Color HEX #F09F75 Dark Salmon

📋 copy color: '#F09F75'

red 240 ◦ green 159 ◦ blue 117

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

Shades of Dark Salmon #F09F75

Tints of Dark Salmon #F09F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 46.51%
G = 30.81%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F09F75 (or 0xF09F75) is known color: Dark Salmon. HEX triplet: F0, 9F and 75. RGB value is (240,159,117). Sum of RGB (Red+Green+Blue) = 240+159+117=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09F75 is #0F608A. Grayscale: #B2B2B2. Windows color (decimal): -1007755 or 7708656. OLE color: 7708656.

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

Color convert

RGB 240 159 117 -
CMYK 0 0.34 0.51 0.06
HSL 20.49º 0.8% 0.7% -
HSV(B) 20.49º 0.51% 0.94% -
XYZ 51.54 44.61 22.72 -
YUV 178.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 240 159 117 0 0.34 0.51 0.06 20.49 0.8 0.7
Hex F0 9F 75 0 22 33 6 14 50 46
Octal 360 237 165 0 42 63 6 24 120 106
Binary 11110000 10011111 1110101 0 100010 110011 110 10100 1010000 1000110

Color Harmonies of #F09F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F75

Black with #F09F75

Text Example


Text Example

White with #F09F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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