Html Css Color HEX #F08368 Salmon

📋 copy color: '#F08368'

red 240 ◦ green 131 ◦ blue 104

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

Shades of Salmon #F08368

Tints of Salmon #F08368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 50.53%
G = 27.58%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08368 (or 0xF08368) is known color: Salmon. HEX triplet: F0, 83 and 68. RGB value is (240,131,104). Sum of RGB (Red+Green+Blue) = 240+131+104=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08368 is #0F7C97. Grayscale: #A0A0A0. Windows color (decimal): -1014936 or 6849520. OLE color: 6849520.

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

Color convert

RGB 240 131 104 -
CMYK 0 0.45 0.57 0.06
HSL 11.91º 0.82% 0.67% -
HSV(B) 11.91º 0.57% 0.94% -
XYZ 46.55 35.76 17.55 -
YUV 160.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 240 131 104 0 0.45 0.57 0.06 11.91 0.82 0.67
Hex F0 83 68 0 2D 39 6 C 52 43
Octal 360 203 150 0 55 71 6 14 122 103
Binary 11110000 10000011 1101000 0 101101 111001 110 1100 1010010 1000011

Color Harmonies of #F08368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08368

Black with #F08368

Text Example


Text Example

White with #F08368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08368; }

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

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

background-color css

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

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

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

border-color css

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

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

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