#F28C6B

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

Shades of Salmon #F28C6B

Tints of Salmon #F28C6B

Color information

#F28C6B (or 0xF28C6B) is unknown color: approx Salmon. HEX triplet: F2, 8C and 6B. RGB value is (242,140,107). Sum of RGB (Red+Green+Blue) = 242+140+107=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C6B is #0D7394. Grayscale: #A6A6A6. Windows color (decimal): -881557 or 7048434. OLE color: 7048434.

HSL color Cylindrical-coordinate representation of color #F28C6B: hue angle of 14.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F28C6B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB242140107-
CMYK00.420.560.05
HSL14.67º83.85%68.43%-
HSV(B)14.67º55.79%94.9%-
XYZ48.6538.6918.81-
YUV166.7494.29181.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 107 (42.19% from 255) = 21.88%
R=49.49%
G=28.63%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214010700.420.560.0514.6783.8568.43
HexF28C6B02A385f5444
Octal36221415305270517124104
Binary111100101000110011010110101010111000101111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C6B; }

 p { color: rgb(242,140,107); }

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

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

 a { background-color: rgb(242,140,107); }

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

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

 span { border-color: rgb(242,140,107); }

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