#FFA126

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

Shades of Lightning Yellow #FFA126

Tints of Lightning Yellow #FFA126

Color information

#FFA126 (or 0xFFA126) is unknown color: approx Lightning Yellow. HEX triplet: FF, A1 and 26. RGB value is (255,161,38). Sum of RGB (Red+Green+Blue) = 255+161+38=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA126 is #005ED9. Grayscale: #AFAFAF. Windows color (decimal): -24282 or 2531839. OLE color: 2531839.

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

Color convert

RGB25516138-
CMYK00.370.850
HSL34.01º100%57.45%-
HSV(B)34.01º85.1%100%-
XYZ54.3346.898.02-
YUV175.0850.64185-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 38 (15.23% from 255) = 8.37%
R=56.17%
G=35.46%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551613800.370.85034.0110057.45
HexFFA126025550226439
Octal3772414604512504214471
Binary11111111101000011001100100101101010101000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA126; }

 p { color: rgb(255,161,38); }

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

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

 a { background-color: rgb(255,161,38); }

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

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

 span { border-color: rgb(255,161,38); }

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