Html Css Color HEX #F08672 Salmon

📋 copy color: '#F08672'

red 240 ◦ green 134 ◦ blue 114

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

Shades of Salmon #F08672

Tints of Salmon #F08672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 49.18%
G = 27.46%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08672 (or 0xF08672) is known color: Salmon. HEX triplet: F0, 86 and 72. RGB value is (240,134,114). Sum of RGB (Red+Green+Blue) = 240+134+114=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08672 is #0F798D. Grayscale: #A3A3A3. Windows color (decimal): -1014158 or 7505648. OLE color: 7505648.

HSL color Cylindrical-coordinate representation of color #F08672: hue angle of 9.52º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08672 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 114 -
CMYK 0 0.44 0.52 0.06
HSL 9.52º 0.81% 0.69% -
HSV(B) 9.52º 0.53% 0.94% -
XYZ 47.5 36.79 20.52 -
YUV 163.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 240 134 114 0 0.44 0.52 0.06 9.52 0.81 0.69
Hex F0 86 72 0 2C 34 6 A 51 45
Octal 360 206 162 0 54 64 6 12 121 105
Binary 11110000 10000110 1110010 0 101100 110100 110 1010 1010001 1000101

Color Harmonies of #F08672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08672

Black with #F08672

Text Example


Text Example

White with #F08672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08672; }

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

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

background-color css

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

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

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

border-color css

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

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

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