#FFA026

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

Shades of Lightning Yellow #FFA026

Tints of Lightning Yellow #FFA026

Color information

#FFA026 (or 0xFFA026) is unknown color: approx Lightning Yellow. HEX triplet: FF, A0 and 26. RGB value is (255,160,38). Sum of RGB (Red+Green+Blue) = 255+160+38=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA026 is #005FD9. Grayscale: #AFAFAF. Windows color (decimal): -24538 or 2531583. OLE color: 2531583.

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

Color convert

RGB25516038-
CMYK00.370.850
HSL33.73º100%57.45%-
HSV(B)33.73º85.1%100%-
XYZ54.1646.547.96-
YUV174.550.97185.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 38 (15.23% from 255) = 8.39%
R=56.29%
G=35.32%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551603800.370.85033.7310057.45
HexFFA026025550226439
Octal3772404604512504214471
Binary11111111101000001001100100101101010101000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA026; }

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

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

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

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

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

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

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

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