Html Css Color HEX #F09A6F Dark Salmon

📋 copy color: '#F09A6F'

red 240 ◦ green 154 ◦ blue 111

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

Shades of Dark Salmon #F09A6F

Tints of Dark Salmon #F09A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.5%

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 47.52%
G = 30.5%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F09A6F (or 0xF09A6F) is known color: Dark Salmon. HEX triplet: F0, 9A and 6F. RGB value is (240,154,111). Sum of RGB (Red+Green+Blue) = 240+154+111=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A6F is #0F6590. Grayscale: #AFAFAF. Windows color (decimal): -1009041 or 7314160. OLE color: 7314160.

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

Color convert

RGB 240 154 111 -
CMYK 0 0.36 0.54 0.06
HSL 20º 0.81% 0.69% -
HSV(B) 20º 0.54% 0.94% -
XYZ 50.36 42.78 20.64 -
YUV 174.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 240 154 111 0 0.36 0.54 0.06 20 0.81 0.69
Hex F0 9A 6F 0 24 36 6 14 51 45
Octal 360 232 157 0 44 66 6 24 121 105
Binary 11110000 10011010 1101111 0 100100 110110 110 10100 1010001 1000101

Color Harmonies of #F09A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A6F

Black with #F09A6F

Text Example


Text Example

White with #F09A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A6F; }

 p { color: rgb(240,154,111); }

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

background-color css

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

 a { background-color: rgb(240,154,111); }

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

border-color css

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

 span { border-color: rgb(240,154,111); }

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