#FBA326

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

Shades of Lightning Yellow #FBA326

Tints of Lightning Yellow #FBA326

Color information

#FBA326 (or 0xFBA326) is unknown color: approx Lightning Yellow. HEX triplet: FB, A3 and 26. RGB value is (251,163,38). Sum of RGB (Red+Green+Blue) = 251+163+38=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA326 is #045CD9. Grayscale: #AFAFAF. Windows color (decimal): -285914 or 2532347. OLE color: 2532347.

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

Color convert

RGB25116338-
CMYK00.350.850.02
HSL35.21º96.38%56.67%-
HSV(B)35.21º84.86%98.43%-
XYZ53.2346.848.07-
YUV175.0650.65182.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.53%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 38 (15.23% from 255) = 8.41%
R=55.53%
G=36.06%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511633800.350.850.0235.2196.3856.67
HexFBA326023552236039
Octal3732434604312524314071
Binary111110111010001110011001000111010101101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA326; }

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

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

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

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

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

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

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

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