#F6B442

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

Shades of My Sin #F6B442

Tints of My Sin #F6B442

Color information

#F6B442 (or 0xF6B442) is unknown color: approx My Sin. HEX triplet: F6, B4 and 42. RGB value is (246,180,66). Sum of RGB (Red+Green+Blue) = 246+180+66=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B442 is #094BBD. Grayscale: #BBBBBB. Windows color (decimal): -609214 or 4371702. OLE color: 4371702.

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

Color convert

RGB24618066-
CMYK00.270.730.04
HSL38º90.91%61.18%-
HSV(B)38º73.17%96.47%-
XYZ55.3152.6312.4-
YUV186.7459.87170.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 66 (26.17% from 255) = 13.41%
R=50%
G=36.59%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461806600.270.730.043890.9161.18
HexF6B44201B494265b3d
Octal36626410203311144613375
Binary1111011010110100100001001101110010011001001101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B442; }

 p { color: rgb(246,180,66); }

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

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

 a { background-color: rgb(246,180,66); }

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

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

 span { border-color: rgb(246,180,66); }

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