Html Css Color HEX #F08566 Salmon

📋 copy color: '#F08566'

red 240 ◦ green 133 ◦ blue 102

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

Shades of Salmon #F08566

Tints of Salmon #F08566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28%

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

R = 50.53%
G = 28%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08566 (or 0xF08566) is known color: Salmon. HEX triplet: F0, 85 and 66. RGB value is (240,133,102). Sum of RGB (Red+Green+Blue) = 240+133+102=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08566 is #0F7A99. Grayscale: #A1A1A1. Windows color (decimal): -1014426 or 6718960. OLE color: 6718960.

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

Color convert

RGB 240 133 102 -
CMYK 0 0.45 0.58 0.06
HSL 13.48º 0.82% 0.67% -
HSV(B) 13.48º 0.58% 0.94% -
XYZ 46.72 36.26 17.11 -
YUV 161.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 240 133 102 0 0.45 0.58 0.06 13.48 0.82 0.67
Hex F0 85 66 0 2D 3A 6 D 52 43
Octal 360 205 146 0 55 72 6 15 122 103
Binary 11110000 10000101 1100110 0 101101 111010 110 1101 1010010 1000011

Color Harmonies of #F08566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08566

Black with #F08566

Text Example


Text Example

White with #F08566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08566; }

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

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

background-color css

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

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

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

border-color css

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

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

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