#FBA351

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

Shades of Sunshade #FBA351

Tints of Sunshade #FBA351

Color information

#FBA351 (or 0xFBA351) is unknown color: approx Sunshade. HEX triplet: FB, A3 and 51. RGB value is (251,163,81). Sum of RGB (Red+Green+Blue) = 251+163+81=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA351 is #045CAE. Grayscale: #B4B4B4. Windows color (decimal): -285871 or 5350395. OLE color: 5350395.

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

Color convert

RGB25116381-
CMYK00.350.680.02
HSL28.94º95.51%65.1%-
HSV(B)28.94º67.73%98.43%-
XYZ54.3747.314.05-
YUV179.9672.15178.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.71%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 81 (32.03% from 255) = 16.36%
R=50.71%
G=32.93%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511638100.350.680.0228.9495.5165.1
HexFBA3510234421d6041
Octal373243121043104235140101
Binary1111101110100011101000101000111000100101110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA351; }

 p { color: rgb(251,163,81); }

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

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

 a { background-color: rgb(251,163,81); }

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

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

 span { border-color: rgb(251,163,81); }

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