Html Css Color HEX #F0977E Dark Salmon

📋 copy color: '#F0977E'

red 240 ◦ green 151 ◦ blue 126

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

Shades of Dark Salmon #F0977E

Tints of Dark Salmon #F0977E

RGB

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

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

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

R = 46.42%
G = 29.21%
B = 24.37%

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

#F0977E (or 0xF0977E) is known color: Dark Salmon. HEX triplet: F0, 97 and 7E. RGB value is (240,151,126). Sum of RGB (Red+Green+Blue) = 240+151+126=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977E is #0F6881. Grayscale: #AEAEAE. Windows color (decimal): -1009794 or 8296432. OLE color: 8296432.

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

Color convert

RGB 240 151 126 -
CMYK 0 0.37 0.48 0.06
HSL 13.16º 0.79% 0.72% -
HSV(B) 13.16º 0.48% 0.94% -
XYZ 50.77 42.16 25.2 -
YUV 174.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 240 151 126 0 0.37 0.48 0.06 13.16 0.79 0.72
Hex F0 97 7E 0 25 30 6 D 4F 48
Octal 360 227 176 0 45 60 6 15 117 110
Binary 11110000 10010111 1111110 0 100101 110000 110 1101 1001111 1001000

Color Harmonies of #F0977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0977E

Black with #F0977E

Text Example


Text Example

White with #F0977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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