#FBA747

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

Shades of My Sin #FBA747

Tints of My Sin #FBA747

Color information

#FBA747 (or 0xFBA747) is unknown color: approx My Sin. HEX triplet: FB, A7 and 47. RGB value is (251,167,71). Sum of RGB (Red+Green+Blue) = 251+167+71=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA747 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA747 is #0458B8. Grayscale: #B5B5B5. Windows color (decimal): -284857 or 4696059. OLE color: 4696059.

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

Color convert

RGB25116771-
CMYK00.330.720.02
HSL32º95.74%63.14%-
HSV(B)32º71.71%98.43%-
XYZ54.7448.612.46-
YUV181.1765.83177.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.33%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=51.33%
G=34.15%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511677100.330.720.023295.7463.14
HexFBA74702148220603f
Octal37324710704111024014077
Binary1111101110100111100011101000011001000101000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA747; }

 p { color: rgb(251,167,71); }

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

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

 a { background-color: rgb(251,167,71); }

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

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

 span { border-color: rgb(251,167,71); }

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