Html Css Color HEX #F0976F Dark Salmon

📋 copy color: '#F0976F'

red 240 ◦ green 151 ◦ blue 111

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

Shades of Dark Salmon #F0976F

Tints of Dark Salmon #F0976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.08%

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

R = 47.81%
G = 30.08%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0976F (or 0xF0976F) is known color: Dark Salmon. HEX triplet: F0, 97 and 6F. RGB value is (240,151,111). Sum of RGB (Red+Green+Blue) = 240+151+111=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0976F is #0F6890. Grayscale: #ADADAD. Windows color (decimal): -1009809 or 7313392. OLE color: 7313392.

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

Color convert

RGB 240 151 111 -
CMYK 0 0.37 0.54 0.06
HSL 18.6º 0.81% 0.69% -
HSV(B) 18.6º 0.54% 0.94% -
XYZ 49.87 41.81 20.48 -
YUV 173.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 240 151 111 0 0.37 0.54 0.06 18.6 0.81 0.69
Hex F0 97 6F 0 25 36 6 13 51 45
Octal 360 227 157 0 45 66 6 23 121 105
Binary 11110000 10010111 1101111 0 100101 110110 110 10011 1010001 1000101

Color Harmonies of #F0976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0976F

Black with #F0976F

Text Example


Text Example

White with #F0976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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