Html Css Color HEX #F08470 Salmon

📋 copy color: '#F08470'

red 240 ◦ green 132 ◦ blue 112

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

Shades of Salmon #F08470

Tints of Salmon #F08470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 49.59%
G = 27.27%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08470 (or 0xF08470) is known color: Salmon. HEX triplet: F0, 84 and 70. RGB value is (240,132,112). Sum of RGB (Red+Green+Blue) = 240+132+112=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08470 is #0F7B8F. Grayscale: #A2A2A2. Windows color (decimal): -1014672 or 7374064. OLE color: 7374064.

HSL color Cylindrical-coordinate representation of color #F08470: hue angle of 9.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08470 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 112 -
CMYK 0 0.45 0.53 0.06
HSL 9.38º 0.81% 0.69% -
HSV(B) 9.38º 0.53% 0.94% -
XYZ 47.11 36.2 19.83 -
YUV 162.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 240 132 112 0 0.45 0.53 0.06 9.38 0.81 0.69
Hex F0 84 70 0 2D 35 6 9 51 45
Octal 360 204 160 0 55 65 6 11 121 105
Binary 11110000 10000100 1110000 0 101101 110101 110 1001 1010001 1000101

Color Harmonies of #F08470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08470

Black with #F08470

Text Example


Text Example

White with #F08470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08470; }

 p { color: rgb(240,132,112); }

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

background-color css

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

 a { background-color: rgb(240,132,112); }

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

border-color css

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

 span { border-color: rgb(240,132,112); }

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