Html Css Color HEX #F08066 Salmon

📋 copy color: '#F08066'

red 240 ◦ green 128 ◦ blue 102

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

Shades of Salmon #F08066

Tints of Salmon #F08066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

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

R = 51.06%
G = 27.23%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08066 (or 0xF08066) is known color: Salmon. HEX triplet: F0, 80 and 66. RGB value is (240,128,102). Sum of RGB (Red+Green+Blue) = 240+128+102=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F08066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08066 is #0F7F99. Grayscale: #9E9E9E. Windows color (decimal): -1015706 or 6717680. OLE color: 6717680.

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

Color convert

RGB 240 128 102 -
CMYK 0 0.47 0.58 0.06
HSL 11.3º 0.82% 0.67% -
HSV(B) 11.3º 0.58% 0.94% -
XYZ 46.05 34.92 16.88 -
YUV 158.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 240 128 102 0 0.47 0.58 0.06 11.3 0.82 0.67
Hex F0 80 66 0 2F 3A 6 B 52 43
Octal 360 200 146 0 57 72 6 13 122 103
Binary 11110000 10000000 1100110 0 101111 111010 110 1011 1010010 1000011

Color Harmonies of #F08066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08066

Black with #F08066

Text Example


Text Example

White with #F08066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08066; }

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

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

background-color css

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

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

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

border-color css

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

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

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