Html Css Color HEX #F09880 Dark Salmon

📋 copy color: '#F09880'

red 240 ◦ green 152 ◦ blue 128

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

Shades of Dark Salmon #F09880

Tints of Dark Salmon #F09880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 46.15%
G = 29.23%
B = 24.62%

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

#F09880 (or 0xF09880) is known color: Dark Salmon. HEX triplet: F0, 98 and 80. RGB value is (240,152,128). Sum of RGB (Red+Green+Blue) = 240+152+128=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F09880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09880 is #0F677F. Grayscale: #AFAFAF. Windows color (decimal): -1009536 or 8427760. OLE color: 8427760.

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

Color convert

RGB 240 152 128 -
CMYK 0 0.37 0.47 0.06
HSL 12.86º 0.79% 0.72% -
HSV(B) 12.86º 0.47% 0.94% -
XYZ 51.06 42.54 25.94 -
YUV 175.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 240 152 128 0 0.37 0.47 0.06 12.86 0.79 0.72
Hex F0 98 80 0 25 2F 6 D 4F 48
Octal 360 230 200 0 45 57 6 15 117 110
Binary 11110000 10011000 10000000 0 100101 101111 110 1101 1001111 1001000

Color Harmonies of #F09880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09880

Black with #F09880

Text Example


Text Example

White with #F09880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09880; }

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

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

background-color css

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

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

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

border-color css

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

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

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