#F28367

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

Shades of Salmon #F28367

Tints of Salmon #F28367

Color information

#F28367 (or 0xF28367) is unknown color: approx Salmon. HEX triplet: F2, 83 and 67. RGB value is (242,131,103). Sum of RGB (Red+Green+Blue) = 242+131+103=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F28367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28367 is #0D7C98. Grayscale: #A1A1A1. Windows color (decimal): -883865 or 6783986. OLE color: 6783986.

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

Color convert

RGB242131103-
CMYK00.460.570.05
HSL12.09º84.24%67.65%-
HSV(B)12.09º57.44%94.9%-
XYZ47.1836.0917.31-
YUV16195.27185.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=50.84%
G=27.52%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213110300.460.570.0512.0984.2467.65
HexF2836702E395c5444
Octal36220314705671514124104
Binary111100101000001111001110101110111001101110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28367; }

 p { color: rgb(242,131,103); }

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

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

 a { background-color: rgb(242,131,103); }

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

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

 span { border-color: rgb(242,131,103); }

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