Html Css Color HEX #F58872 Salmon

📋 copy color: '#F58872'

red 245 ◦ green 136 ◦ blue 114

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

Shades of Salmon #F58872

Tints of Salmon #F58872

RGB

 RED value IS 245 (96.09% from 255) = 49.49%

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

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

R = 49.49%
G = 27.47%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58872 (or 0xF58872) is known color: Salmon. HEX triplet: F5, 88 and 72. RGB value is (245,136,114). Sum of RGB (Red+Green+Blue) = 245+136+114=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58872 is #0A778D. Grayscale: #A6A6A6. Windows color (decimal): -685966 or 7506165. OLE color: 7506165.

HSL color Cylindrical-coordinate representation of color #F58872: hue angle of 10.08º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58872 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 114 -
CMYK 0 0.44 0.53 0.04
HSL 10.08º 0.87% 0.7% -
HSV(B) 10.08º 0.53% 0.96% -
XYZ 49.5 38.24 20.69 -
YUV 166.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 245 136 114 0 0.44 0.53 0.04 10.08 0.87 0.7
Hex F5 88 72 0 2C 35 4 A 57 46
Octal 365 210 162 0 54 65 4 12 127 106
Binary 11110101 10001000 1110010 0 101100 110101 100 1010 1010111 1000110

Color Harmonies of #F58872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58872

Black with #F58872

Text Example


Text Example

White with #F58872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58872; }

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

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

background-color css

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

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

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

border-color css

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

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

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