Html Css Color HEX #F08270 Salmon

📋 copy color: '#F08270'

red 240 ◦ green 130 ◦ blue 112

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

Shades of Salmon #F08270

Tints of Salmon #F08270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 49.79%
G = 26.97%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08270 (or 0xF08270) is known color: Salmon. HEX triplet: F0, 82 and 70. RGB value is (240,130,112). Sum of RGB (Red+Green+Blue) = 240+130+112=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08270 is #0F7D8F. Grayscale: #A1A1A1. Windows color (decimal): -1015184 or 7373552. OLE color: 7373552.

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

Color convert

RGB 240 130 112 -
CMYK 0 0.46 0.53 0.06
HSL 8.44º 0.81% 0.69% -
HSV(B) 8.44º 0.53% 0.94% -
XYZ 46.84 35.66 19.74 -
YUV 160.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 240 130 112 0 0.46 0.53 0.06 8.44 0.81 0.69
Hex F0 82 70 0 2E 35 6 8 51 45
Octal 360 202 160 0 56 65 6 10 121 105
Binary 11110000 10000010 1110000 0 101110 110101 110 1000 1010001 1000101

Color Harmonies of #F08270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08270

Black with #F08270

Text Example


Text Example

White with #F08270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08270; }

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

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

background-color css

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

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

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

border-color css

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

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

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