Html Css Color HEX #F08266 Salmon

📋 copy color: '#F08266'

red 240 ◦ green 130 ◦ blue 102

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

Shades of Salmon #F08266

Tints of Salmon #F08266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 50.85%
G = 27.54%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08266 (or 0xF08266) is known color: Salmon. HEX triplet: F0, 82 and 66. RGB value is (240,130,102). Sum of RGB (Red+Green+Blue) = 240+130+102=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F08266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08266 is #0F7D99. Grayscale: #9F9F9F. Windows color (decimal): -1015194 or 6718192. OLE color: 6718192.

HSL color Cylindrical-coordinate representation of color #F08266: hue angle of 12.17º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08266 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 102 -
CMYK 0 0.46 0.58 0.06
HSL 12.17º 0.82% 0.67% -
HSV(B) 12.17º 0.58% 0.94% -
XYZ 46.32 35.45 16.97 -
YUV 159.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 240 130 102 0 0.46 0.58 0.06 12.17 0.82 0.67
Hex F0 82 66 0 2E 3A 6 C 52 43
Octal 360 202 146 0 56 72 6 14 122 103
Binary 11110000 10000010 1100110 0 101110 111010 110 1100 1010010 1000011

Color Harmonies of #F08266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08266

Black with #F08266

Text Example


Text Example

White with #F08266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08266; }

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

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

background-color css

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

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

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

border-color css

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

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

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