#FBA141

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

Shades of Sunshade #FBA141

Tints of Sunshade #FBA141

Color information

#FBA141 (or 0xFBA141) is unknown color: approx Sunshade. HEX triplet: FB, A1 and 41. RGB value is (251,161,65). Sum of RGB (Red+Green+Blue) = 251+161+65=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA141 is #045EBE. Grayscale: #B1B1B1. Windows color (decimal): -286399 or 4301307. OLE color: 4301307.

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

Color convert

RGB25116165-
CMYK00.360.740.02
HSL30.97º95.88%61.96%-
HSV(B)30.97º74.1%98.43%-
XYZ53.4846.3811.13-
YUV176.9764.82180.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.62%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 65 (25.78% from 255) = 13.63%
R=52.62%
G=33.75%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511616500.360.740.0230.9795.8861.96
HexFBA1410244A21f603e
Octal37324110104411223714076
Binary111110111010000110000010100100100101010111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA141; }

 p { color: rgb(251,161,65); }

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

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

 a { background-color: rgb(251,161,65); }

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

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

 span { border-color: rgb(251,161,65); }

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