Html Css Color HEX #F08668 Salmon

📋 copy color: '#F08668'

red 240 ◦ green 134 ◦ blue 104

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

Shades of Salmon #F08668

Tints of Salmon #F08668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

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

R = 50.21%
G = 28.03%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08668 (or 0xF08668) is known color: Salmon. HEX triplet: F0, 86 and 68. RGB value is (240,134,104). Sum of RGB (Red+Green+Blue) = 240+134+104=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08668 is #0F7997. Grayscale: #A2A2A2. Windows color (decimal): -1014168 or 6850288. OLE color: 6850288.

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

Color convert

RGB 240 134 104 -
CMYK 0 0.44 0.57 0.06
HSL 13.24º 0.82% 0.67% -
HSV(B) 13.24º 0.57% 0.94% -
XYZ 46.96 36.57 17.68 -
YUV 162.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 240 134 104 0 0.44 0.57 0.06 13.24 0.82 0.67
Hex F0 86 68 0 2C 39 6 D 52 43
Octal 360 206 150 0 54 71 6 15 122 103
Binary 11110000 10000110 1101000 0 101100 111001 110 1101 1010010 1000011

Color Harmonies of #F08668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08668

Black with #F08668

Text Example


Text Example

White with #F08668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08668; }

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

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

background-color css

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

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

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

border-color css

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

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

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