#F4B546

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

Shades of My Sin #F4B546

Tints of My Sin #F4B546

Color information

#F4B546 (or 0xF4B546) is unknown color: approx My Sin. HEX triplet: F4, B5 and 46. RGB value is (244,181,70). Sum of RGB (Red+Green+Blue) = 244+181+70=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B546 is #0B4AB9. Grayscale: #BBBBBB. Windows color (decimal): -740026 or 4634100. OLE color: 4634100.

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

Color convert

RGB24418170-
CMYK00.260.710.04
HSL38.28º88.78%61.57%-
HSV(B)38.28º71.31%95.69%-
XYZ54.9452.7213.08-
YUV187.1861.87168.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=49.29%
G=36.57%
B=14.14%

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
Decimal2441817000.260.710.0438.2888.7861.57
HexF4B54601A47426593e
Octal36426510603210744613176
Binary1111010010110101100011001101010001111001001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B546; }

 p { color: rgb(244,181,70); }

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

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

 a { background-color: rgb(244,181,70); }

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

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

 span { border-color: rgb(244,181,70); }

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