#FBA547

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

Shades of Sunshade #FBA547

Tints of Sunshade #FBA547

Color information

#FBA547 (or 0xFBA547) is unknown color: approx Sunshade. HEX triplet: FB, A5 and 47. RGB value is (251,165,71). Sum of RGB (Red+Green+Blue) = 251+165+71=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA547 is #045AB8. Grayscale: #B4B4B4. Windows color (decimal): -285369 or 4695547. OLE color: 4695547.

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

Color convert

RGB25116571-
CMYK00.340.720.02
HSL31.33º95.74%63.14%-
HSV(B)31.33º71.71%98.43%-
XYZ54.3847.8712.34-
YUV18066.49178.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.54%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 71 (28.12% from 255) = 14.58%
R=51.54%
G=33.88%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511657100.340.720.0231.3395.7463.14
HexFBA5470224821f603f
Octal37324510704211023714077
Binary111110111010010110001110100010100100010111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA547; }

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

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

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

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

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

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

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

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