#F7B245

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

Shades of My Sin #F7B245

Tints of My Sin #F7B245

Color information

#F7B245 (or 0xF7B245) is unknown color: approx My Sin. HEX triplet: F7, B2 and 45. RGB value is (247,178,69). Sum of RGB (Red+Green+Blue) = 247+178+69=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B245 is #084DBA. Grayscale: #BABABA. Windows color (decimal): -544187 or 4567799. OLE color: 4567799.

HSL color Cylindrical-coordinate representation of color #F7B245: hue angle of 36.74º 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 #F7B245 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB24717869-
CMYK00.280.720.03
HSL36.74º91.75%61.96%-
HSV(B)36.74º72.06%96.86%-
XYZ55.3552.0412.76-
YUV186.261.86171.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=50%
G=36.03%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471786900.280.720.0336.7491.7561.96
HexF7B24501C483255c3e
Octal36726210503411034513476
Binary111101111011001010001010111001001000111001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B245; }

 p { color: rgb(247,178,69); }

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

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

 a { background-color: rgb(247,178,69); }

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

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

 span { border-color: rgb(247,178,69); }

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