Html Css Color HEX #F09280 Dark Salmon

📋 copy color: '#F09280'

red 240 ◦ green 146 ◦ blue 128

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

Shades of Dark Salmon #F09280

Tints of Dark Salmon #F09280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.4%

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

R = 46.69%
G = 28.4%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F09280 (or 0xF09280) is known color: Dark Salmon. HEX triplet: F0, 92 and 80. RGB value is (240,146,128). Sum of RGB (Red+Green+Blue) = 240+146+128=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F09280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09280 is #0F6D7F. Grayscale: #ACACAC. Windows color (decimal): -1011072 or 8426224. OLE color: 8426224.

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

Color convert

RGB 240 146 128 -
CMYK 0 0.39 0.47 0.06
HSL 9.64º 0.79% 0.72% -
HSV(B) 9.64º 0.47% 0.94% -
XYZ 50.11 40.64 25.63 -
YUV 172.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 240 146 128 0 0.39 0.47 0.06 9.64 0.79 0.72
Hex F0 92 80 0 27 2F 6 A 4F 48
Octal 360 222 200 0 47 57 6 12 117 110
Binary 11110000 10010010 10000000 0 100111 101111 110 1010 1001111 1001000

Color Harmonies of #F09280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09280

Black with #F09280

Text Example


Text Example

White with #F09280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09280; }

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

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

background-color css

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

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

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

border-color css

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

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

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