Html Css Color HEX #F08372 Salmon

📋 copy color: '#F08372'

red 240 ◦ green 131 ◦ blue 114

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

Shades of Salmon #F08372

Tints of Salmon #F08372

RGB

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

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

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

R = 49.48%
G = 27.01%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08372 (or 0xF08372) is known color: Salmon. HEX triplet: F0, 83 and 72. RGB value is (240,131,114). Sum of RGB (Red+Green+Blue) = 240+131+114=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08372 is #0F7C8D. Grayscale: #A1A1A1. Windows color (decimal): -1014926 or 7504880. OLE color: 7504880.

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

Color convert

RGB 240 131 114 -
CMYK 0 0.45 0.52 0.06
HSL 8.1º 0.81% 0.69% -
HSV(B) 8.1º 0.53% 0.94% -
XYZ 47.09 35.97 20.38 -
YUV 161.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 240 131 114 0 0.45 0.52 0.06 8.1 0.81 0.69
Hex F0 83 72 0 2D 34 6 8 51 45
Octal 360 203 162 0 55 64 6 10 121 105
Binary 11110000 10000011 1110010 0 101101 110100 110 1000 1010001 1000101

Color Harmonies of #F08372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08372

Black with #F08372

Text Example


Text Example

White with #F08372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08372; }

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

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

background-color css

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

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

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

border-color css

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

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

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