#FBA13B

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

Shades of Lightning Yellow #FBA13B

Tints of Lightning Yellow #FBA13B

Color information

#FBA13B (or 0xFBA13B) is unknown color: approx Lightning Yellow. HEX triplet: FB, A1 and 3B. RGB value is (251,161,59). Sum of RGB (Red+Green+Blue) = 251+161+59=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA13B is #045EC4. Grayscale: #B0B0B0. Windows color (decimal): -286405 or 3908091. OLE color: 3908091.

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

Color convert

RGB25116159-
CMYK00.360.760.02
HSL31.88º96%60.78%-
HSV(B)31.88º76.49%98.43%-
XYZ53.3246.3110.27-
YUV176.2861.82181.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.29%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 59 (23.44% from 255) = 12.53%
R=53.29%
G=34.18%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511615900.360.760.0231.889660.78
HexFBA13B0244C220603d
Octal3732417304411424014075
Binary111110111010000111101101001001001100101000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA13B; }

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

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

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

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

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

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

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

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