Html Css Color HEX #F08569 Salmon

📋 copy color: '#F08569'

red 240 ◦ green 133 ◦ blue 105

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

Shades of Salmon #F08569

Tints of Salmon #F08569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 50.21%
G = 27.82%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F08569 (or 0xF08569) is known color: Salmon. HEX triplet: F0, 85 and 69. RGB value is (240,133,105). Sum of RGB (Red+Green+Blue) = 240+133+105=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08569 is #0F7A96. Grayscale: #A2A2A2. Windows color (decimal): -1014423 or 6915568. OLE color: 6915568.

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

Color convert

RGB 240 133 105 -
CMYK 0 0.45 0.56 0.06
HSL 12.44º 0.82% 0.68% -
HSV(B) 12.44º 0.56% 0.94% -
XYZ 46.87 36.32 17.9 -
YUV 161.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 240 133 105 0 0.45 0.56 0.06 12.44 0.82 0.68
Hex F0 85 69 0 2D 38 6 C 52 44
Octal 360 205 151 0 55 70 6 14 122 104
Binary 11110000 10000101 1101001 0 101101 111000 110 1100 1010010 1000100

Color Harmonies of #F08569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08569

Black with #F08569

Text Example


Text Example

White with #F08569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08569; }

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

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

background-color css

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

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

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

border-color css

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

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

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