Html Css Color HEX #F0977F Dark Salmon

📋 copy color: '#F0977F'

red 240 ◦ green 151 ◦ blue 127

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

Shades of Dark Salmon #F0977F

Tints of Dark Salmon #F0977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.52%

R = 46.33%
G = 29.15%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0977F (or 0xF0977F) is known color: Dark Salmon. HEX triplet: F0, 97 and 7F. RGB value is (240,151,127). Sum of RGB (Red+Green+Blue) = 240+151+127=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977F is #0F6880. Grayscale: #AFAFAF. Windows color (decimal): -1009793 or 8361968. OLE color: 8361968.

HSL color Cylindrical-coordinate representation of color #F0977F: hue angle of 12.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0977F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 127 -
CMYK 0 0.37 0.47 0.06
HSL 12.74º 0.79% 0.72% -
HSV(B) 12.74º 0.47% 0.94% -
XYZ 50.83 42.19 25.54 -
YUV 174.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 240 151 127 0 0.37 0.47 0.06 12.74 0.79 0.72
Hex F0 97 7F 0 25 2F 6 D 4F 48
Octal 360 227 177 0 45 57 6 15 117 110
Binary 11110000 10010111 1111111 0 100101 101111 110 1101 1001111 1001000

Color Harmonies of #F0977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0977F

Black with #F0977F

Text Example


Text Example

White with #F0977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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