#FBAC46

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

Shades of My Sin #FBAC46

Tints of My Sin #FBAC46

Color information

#FBAC46 (or 0xFBAC46) is unknown color: approx My Sin. HEX triplet: FB, AC and 46. RGB value is (251,172,70). Sum of RGB (Red+Green+Blue) = 251+172+70=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC46 is #0453B9. Grayscale: #B8B8B8. Windows color (decimal): -283578 or 4631803. OLE color: 4631803.

HSL color Cylindrical-coordinate representation of color #FBAC46: hue angle of 33.81º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBAC46 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25117270-
CMYK00.310.720.02
HSL33.81º95.77%62.94%-
HSV(B)33.81º72.11%98.43%-
XYZ55.6450.4612.6-
YUV183.9963.67175.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.91%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 70 (27.73% from 255) = 14.20%
R=50.91%
G=34.89%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511727000.310.720.0233.8195.7762.94
HexFBAC4601F48222603f
Octal37325410603711024214077
Binary111110111010110010001100111111001000101000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC46; }

 p { color: rgb(251,172,70); }

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

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

 a { background-color: rgb(251,172,70); }

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

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

 span { border-color: rgb(251,172,70); }

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