Html Css Color HEX #F0987E Dark Salmon

📋 copy color: '#F0987E'

red 240 ◦ green 152 ◦ blue 126

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

Shades of Dark Salmon #F0987E

Tints of Dark Salmon #F0987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.34%

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

R = 46.33%
G = 29.34%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0987E (or 0xF0987E) is known color: Dark Salmon. HEX triplet: F0, 98 and 7E. RGB value is (240,152,126). Sum of RGB (Red+Green+Blue) = 240+152+126=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0987E is #0F6781. Grayscale: #AFAFAF. Windows color (decimal): -1009538 or 8296688. OLE color: 8296688.

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

Color convert

RGB 240 152 126 -
CMYK 0 0.37 0.48 0.06
HSL 13.68º 0.79% 0.72% -
HSV(B) 13.68º 0.48% 0.94% -
XYZ 50.93 42.49 25.26 -
YUV 175.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 240 152 126 0 0.37 0.48 0.06 13.68 0.79 0.72
Hex F0 98 7E 0 25 30 6 E 4F 48
Octal 360 230 176 0 45 60 6 16 117 110
Binary 11110000 10011000 1111110 0 100101 110000 110 1110 1001111 1001000

Color Harmonies of #F0987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0987E

Black with #F0987E

Text Example


Text Example

White with #F0987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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