#FBA426

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

Shades of Lightning Yellow #FBA426

Tints of Lightning Yellow #FBA426

Color information

#FBA426 (or 0xFBA426) is unknown color: approx Lightning Yellow. HEX triplet: FB, A4 and 26. RGB value is (251,164,38). Sum of RGB (Red+Green+Blue) = 251+164+38=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA426 is #045BD9. Grayscale: #B0B0B0. Windows color (decimal): -285658 or 2532603. OLE color: 2532603.

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

Color convert

RGB25116438-
CMYK00.350.850.02
HSL35.49º96.38%56.67%-
HSV(B)35.49º84.86%98.43%-
XYZ53.4147.28.13-
YUV175.6550.32181.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.41%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 38 (15.23% from 255) = 8.39%
R=55.41%
G=36.20%
B=8.39%

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
Decimal2511643800.350.850.0235.4996.3856.67
HexFBA426023552236039
Octal3732444604312524314071
Binary111110111010010010011001000111010101101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA426; }

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

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

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

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

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

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

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

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