#F6B244

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

Shades of My Sin #F6B244

Tints of My Sin #F6B244

Color information

#F6B244 (or 0xF6B244) is unknown color: approx My Sin. HEX triplet: F6, B2 and 44. RGB value is (246,178,68). Sum of RGB (Red+Green+Blue) = 246+178+68=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B244 is #094DBB. Grayscale: #BABABA. Windows color (decimal): -609724 or 4502262. OLE color: 4502262.

HSL color Cylindrical-coordinate representation of color #F6B244: hue angle of 37.08º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6B244 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24617868-
CMYK00.280.720.04
HSL37.08º90.82%61.57%-
HSV(B)37.08º72.36%96.47%-
XYZ54.9751.8512.58-
YUV185.7961.53170.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 68 (26.95% from 255) = 13.82%
R=50%
G=36.18%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461786800.280.720.0437.0890.8261.57
HexF6B24401C484255b3e
Octal36626210403411044513376
Binary1111011010110010100010001110010010001001001011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B244; }

 p { color: rgb(246,178,68); }

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

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

 a { background-color: rgb(246,178,68); }

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

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

 span { border-color: rgb(246,178,68); }

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