#FBA045

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

Shades of Sunshade #FBA045

Tints of Sunshade #FBA045

Color information

#FBA045 (or 0xFBA045) is unknown color: approx Sunshade. HEX triplet: FB, A0 and 45. RGB value is (251,160,69). Sum of RGB (Red+Green+Blue) = 251+160+69=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA045 is #045FBA. Grayscale: #B1B1B1. Windows color (decimal): -286651 or 4563195. OLE color: 4563195.

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

Color convert

RGB25116069-
CMYK00.360.730.02
HSL30º95.79%62.75%-
HSV(B)30º72.51%98.43%-
XYZ53.4346.0811.71-
YUV176.8467.15180.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.29%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=52.29%
G=33.33%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511606900.360.730.023095.7962.75
HexFBA0450244921e603f
Octal37324010504411123614077
Binary111110111010000010001010100100100100110111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA045; }

 p { color: rgb(251,160,69); }

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

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

 a { background-color: rgb(251,160,69); }

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

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

 span { border-color: rgb(251,160,69); }

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