#FBAD47

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

Shades of My Sin #FBAD47

Tints of My Sin #FBAD47

Color information

#FBAD47 (or 0xFBAD47) is unknown color: approx My Sin. HEX triplet: FB, AD and 47. RGB value is (251,173,71). Sum of RGB (Red+Green+Blue) = 251+173+71=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAD47 is #0452B8. Grayscale: #B9B9B9. Windows color (decimal): -283321 or 4697595. OLE color: 4697595.

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

Color convert

RGB25117371-
CMYK00.310.720.02
HSL34º95.74%63.14%-
HSV(B)34º71.71%98.43%-
XYZ55.8650.8512.83-
YUV184.6963.84175.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.71%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 71 (28.12% from 255) = 14.34%
R=50.71%
G=34.95%
B=14.34%

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
Decimal2511737100.310.720.023495.7463.14
HexFBAD4701F48222603f
Octal37325510703711024214077
Binary111110111010110110001110111111001000101000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD47; }

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

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

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

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

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

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

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

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