Html Css Color HEX #F08872 Salmon

📋 copy color: '#F08872'

red 240 ◦ green 136 ◦ blue 114

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

Shades of Salmon #F08872

Tints of Salmon #F08872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

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

R = 48.98%
G = 27.76%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08872 (or 0xF08872) is known color: Salmon. HEX triplet: F0, 88 and 72. RGB value is (240,136,114). Sum of RGB (Red+Green+Blue) = 240+136+114=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F08872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08872 is #0F778D. Grayscale: #A4A4A4. Windows color (decimal): -1013646 or 7506160. OLE color: 7506160.

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

Color convert

RGB 240 136 114 -
CMYK 0 0.43 0.52 0.06
HSL 10.48º 0.81% 0.69% -
HSV(B) 10.48º 0.53% 0.94% -
XYZ 47.78 37.35 20.61 -
YUV 164.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 240 136 114 0 0.43 0.52 0.06 10.48 0.81 0.69
Hex F0 88 72 0 2B 34 6 A 51 45
Octal 360 210 162 0 53 64 6 12 121 105
Binary 11110000 10001000 1110010 0 101011 110100 110 1010 1010001 1000101

Color Harmonies of #F08872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08872

Black with #F08872

Text Example


Text Example

White with #F08872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08872; }

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

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

background-color css

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

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

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

border-color css

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

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

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