Html Css Color HEX #F09078 Dark Salmon

📋 copy color: '#F09078'

red 240 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #F09078

Tints of Dark Salmon #F09078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

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

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F09078 (or 0xF09078) is known color: Dark Salmon. HEX triplet: F0, 90 and 78. RGB value is (240,144,120). Sum of RGB (Red+Green+Blue) = 240+144+120=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F09078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09078 is #0F6F87. Grayscale: #AAAAAA. Windows color (decimal): -1011592 or 7901424. OLE color: 7901424.

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

Color convert

RGB 240 144 120 -
CMYK 0 0.4 0.5 0.06
HSL 12º 0.8% 0.71% -
HSV(B) 12º 0.5% 0.94% -
XYZ 49.3 39.83 22.86 -
YUV 169.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 240 144 120 0 0.4 0.5 0.06 12 0.8 0.71
Hex F0 90 78 0 28 32 6 C 50 47
Octal 360 220 170 0 50 62 6 14 120 107
Binary 11110000 10010000 1111000 0 101000 110010 110 1100 1010000 1000111

Color Harmonies of #F09078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09078

Black with #F09078

Text Example


Text Example

White with #F09078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09078; }

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

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

background-color css

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

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

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

border-color css

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

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

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