#F5B648

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

Shades of My Sin #F5B648

Tints of My Sin #F5B648

Color information

#F5B648 (or 0xF5B648) is unknown color: approx My Sin. HEX triplet: F5, B6 and 48. RGB value is (245,182,72). Sum of RGB (Red+Green+Blue) = 245+182+72=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B648 is #0A49B7. Grayscale: #BCBCBC. Windows color (decimal): -674232 or 4765429. OLE color: 4765429.

HSL color Cylindrical-coordinate representation of color #F5B648: hue angle of 38.15º 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 #F5B648 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB24518272-
CMYK00.260.710.04
HSL38.15º89.64%62.16%-
HSV(B)38.15º70.61%96.08%-
XYZ55.5553.3413.5-
YUV188.362.37168.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 72 (28.52% from 255) = 14.43%
R=49.10%
G=36.47%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451827200.260.710.0438.1589.6462.16
HexF5B64801A474265a3e
Octal36526611003210744613276
Binary1111010110110110100100001101010001111001001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B648; }

 p { color: rgb(245,182,72); }

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

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

 a { background-color: rgb(245,182,72); }

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

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

 span { border-color: rgb(245,182,72); }

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