Html Css Color HEX #F08369 Salmon

📋 copy color: '#F08369'

red 240 ◦ green 131 ◦ blue 105

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

Shades of Salmon #F08369

Tints of Salmon #F08369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 50.42%
G = 27.52%
B = 22.06%

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

#F08369 (or 0xF08369) is known color: Salmon. HEX triplet: F0, 83 and 69. RGB value is (240,131,105). Sum of RGB (Red+Green+Blue) = 240+131+105=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F08369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08369 is #0F7C96. Grayscale: #A0A0A0. Windows color (decimal): -1014935 or 6915056. OLE color: 6915056.

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

Color convert

RGB 240 131 105 -
CMYK 0 0.45 0.56 0.06
HSL 11.56º 0.82% 0.68% -
HSV(B) 11.56º 0.56% 0.94% -
XYZ 46.6 35.78 17.81 -
YUV 160.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 240 131 105 0 0.45 0.56 0.06 11.56 0.82 0.68
Hex F0 83 69 0 2D 38 6 C 52 44
Octal 360 203 151 0 55 70 6 14 122 104
Binary 11110000 10000011 1101001 0 101101 111000 110 1100 1010010 1000100

Color Harmonies of #F08369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08369

Black with #F08369

Text Example


Text Example

White with #F08369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08369; }

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

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

background-color css

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

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

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

border-color css

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

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

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