#FBA226

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

Shades of Lightning Yellow #FBA226

Tints of Lightning Yellow #FBA226

Color information

#FBA226 (or 0xFBA226) is unknown color: approx Lightning Yellow. HEX triplet: FB, A2 and 26. RGB value is (251,162,38). Sum of RGB (Red+Green+Blue) = 251+162+38=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA226 is #045DD9. Grayscale: #AFAFAF. Windows color (decimal): -286170 or 2532091. OLE color: 2532091.

HSL color Cylindrical-coordinate representation of color #FBA226: hue angle of 34.93º 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 #FBA226 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB25116238-
CMYK00.350.850.02
HSL34.93º96.38%56.67%-
HSV(B)34.93º84.86%98.43%-
XYZ53.0546.498.01-
YUV174.4750.99182.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.65%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 38 (15.23% from 255) = 8.43%
R=55.65%
G=35.92%
B=8.43%

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
Decimal2511623800.350.850.0234.9396.3856.67
HexFBA226023552236039
Octal3732424604312524314071
Binary111110111010001010011001000111010101101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA226; }

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

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

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

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

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

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

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

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