Html Css Color HEX #F0996F Dark Salmon

📋 copy color: '#F0996F'

red 240 ◦ green 153 ◦ blue 111

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

Shades of Dark Salmon #F0996F

Tints of Dark Salmon #F0996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.36%

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

R = 47.62%
G = 30.36%
B = 22.02%

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

#F0996F (or 0xF0996F) is known color: Dark Salmon. HEX triplet: F0, 99 and 6F. RGB value is (240,153,111). Sum of RGB (Red+Green+Blue) = 240+153+111=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0996F is #0F6690. Grayscale: #AEAEAE. Windows color (decimal): -1009297 or 7313904. OLE color: 7313904.

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

Color convert

RGB 240 153 111 -
CMYK 0 0.36 0.54 0.06
HSL 19.53º 0.81% 0.69% -
HSV(B) 19.53º 0.54% 0.94% -
XYZ 50.2 42.46 20.59 -
YUV 174.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 240 153 111 0 0.36 0.54 0.06 19.53 0.81 0.69
Hex F0 99 6F 0 24 36 6 14 51 45
Octal 360 231 157 0 44 66 6 24 121 105
Binary 11110000 10011001 1101111 0 100100 110110 110 10100 1010001 1000101

Color Harmonies of #F0996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0996F

Black with #F0996F

Text Example


Text Example

White with #F0996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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