#F5B447

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

Shades of My Sin #F5B447

Tints of My Sin #F5B447

Color information

#F5B447 (or 0xF5B447) is unknown color: approx My Sin. HEX triplet: F5, B4 and 47. RGB value is (245,180,71). Sum of RGB (Red+Green+Blue) = 245+180+71=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B447 is #0A4BB8. Grayscale: #BBBBBB. Windows color (decimal): -674745 or 4699381. OLE color: 4699381.

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

Color convert

RGB24518071-
CMYK00.270.710.04
HSL37.59º89.69%61.96%-
HSV(B)37.59º71.02%96.08%-
XYZ55.1152.5113.19-
YUV187.0162.53169.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 71 (28.12% from 255) = 14.31%
R=49.40%
G=36.29%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451807100.270.710.0437.5989.6961.96
HexF5B44701B474265a3e
Octal36526410703310744613276
Binary1111010110110100100011101101110001111001001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B447; }

 p { color: rgb(245,180,71); }

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

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

 a { background-color: rgb(245,180,71); }

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

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

 span { border-color: rgb(245,180,71); }

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