#F7B446

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

Shades of My Sin #F7B446

Tints of My Sin #F7B446

Color information

#F7B446 (or 0xF7B446) is unknown color: approx My Sin. HEX triplet: F7, B4 and 46. RGB value is (247,180,70). Sum of RGB (Red+Green+Blue) = 247+180+70=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B446 is #084BB9. Grayscale: #BBBBBB. Windows color (decimal): -543674 or 4633847. OLE color: 4633847.

HSL color Cylindrical-coordinate representation of color #F7B446: hue angle of 37.29º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7B446 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB24718070-
CMYK00.270.720.03
HSL37.29º91.71%62.16%-
HSV(B)37.29º71.66%96.86%-
XYZ55.7852.8613.06-
YUV187.4961.7170.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.70%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 70 (27.73% from 255) = 14.08%
R=49.70%
G=36.22%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471807000.270.720.0337.2991.7162.16
HexF7B44601B483255c3e
Octal36726410603311034513476
Binary111101111011010010001100110111001000111001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B446; }

 p { color: rgb(247,180,70); }

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

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

 a { background-color: rgb(247,180,70); }

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

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

 span { border-color: rgb(247,180,70); }

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