Html Css Color HEX #F08667 Salmon

📋 copy color: '#F08667'

red 240 ◦ green 134 ◦ blue 103

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

Shades of Salmon #F08667

Tints of Salmon #F08667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 50.31%
G = 28.09%
B = 21.59%

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

#F08667 (or 0xF08667) is known color: Salmon. HEX triplet: F0, 86 and 67. RGB value is (240,134,103). Sum of RGB (Red+Green+Blue) = 240+134+103=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F08667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08667 is #0F7998. Grayscale: #A2A2A2. Windows color (decimal): -1014169 or 6784752. OLE color: 6784752.

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

Color convert

RGB 240 134 103 -
CMYK 0 0.44 0.57 0.06
HSL 13.58º 0.82% 0.67% -
HSV(B) 13.58º 0.57% 0.94% -
XYZ 46.91 36.55 17.42 -
YUV 162.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 240 134 103 0 0.44 0.57 0.06 13.58 0.82 0.67
Hex F0 86 67 0 2C 39 6 E 52 43
Octal 360 206 147 0 54 71 6 16 122 103
Binary 11110000 10000110 1100111 0 101100 111001 110 1110 1010010 1000011

Color Harmonies of #F08667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08667

Black with #F08667

Text Example


Text Example

White with #F08667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08667; }

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

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

background-color css

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

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

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

border-color css

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

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

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