#F28875

Color #F28875 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F28875

Tints of Salmon #F28875

Color information

#F28875 (or 0xF28875) is unknown color: approx Salmon. HEX triplet: F2, 88 and 75. RGB value is (242,136,117). Sum of RGB (Red+Green+Blue) = 242+136+117=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F28875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28875 is #0D778A. Grayscale: #A5A5A5. Windows color (decimal): -882571 or 7702770. OLE color: 7702770.

HSL color Cylindrical-coordinate representation of color #F28875: hue angle of 9.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F28875 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242136117-
CMYK00.440.520.05
HSL9.12º82.78%70.39%-
HSV(B)9.12º51.65%94.9%-
XYZ48.6337.7721.56-
YUV165.53100.62182.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=48.89%
G=27.47%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213611700.440.520.059.1282.7870.39
HexF2887502C34595346
Octal36221016505464511123106
Binary111100101000100011101010101100110100101100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28875; }

 p { color: rgb(242,136,117); }

 H1.HeaderClassName
 {
   color: #F28875;
 }
 .AnyTagClassName
 {
   color: #F28875;
 }
</style>
background-color css

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

 a { background-color: rgb(242,136,117); }

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

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

 span { border-color: rgb(242,136,117); }

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