Html Css Color HEX #F09978 Dark Salmon

📋 copy color: '#F09978'

red 240 ◦ green 153 ◦ blue 120

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

Shades of Dark Salmon #F09978

Tints of Dark Salmon #F09978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.39%

R = 46.78%
G = 29.82%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F09978 (or 0xF09978) is known color: Dark Salmon. HEX triplet: F0, 99 and 78. RGB value is (240,153,120). Sum of RGB (Red+Green+Blue) = 240+153+120=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F09978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09978 is #0F6687. Grayscale: #AFAFAF. Windows color (decimal): -1009288 or 7903728. OLE color: 7903728.

HSL color Cylindrical-coordinate representation of color #F09978: hue angle of 16.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F09978 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 120 -
CMYK 0 0.36 0.5 0.06
HSL 16.5º 0.8% 0.71% -
HSV(B) 16.5º 0.5% 0.94% -
XYZ 50.72 42.66 23.33 -
YUV 175.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 240 153 120 0 0.36 0.5 0.06 16.5 0.8 0.71
Hex F0 99 78 0 24 32 6 10 50 47
Octal 360 231 170 0 44 62 6 20 120 107
Binary 11110000 10011001 1111000 0 100100 110010 110 10000 1010000 1000111

Color Harmonies of #F09978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09978

Black with #F09978

Text Example


Text Example

White with #F09978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09978; }

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

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

background-color css

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

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

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

border-color css

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

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

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