#FFA32E

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

Shades of Lightning Yellow #FFA32E

Tints of Lightning Yellow #FFA32E

Color information

#FFA32E (or 0xFFA32E) is unknown color: approx Lightning Yellow. HEX triplet: FF, A3 and 2E. RGB value is (255,163,46). Sum of RGB (Red+Green+Blue) = 255+163+46=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA32E is #005CD1. Grayscale: #B1B1B1. Windows color (decimal): -23762 or 3056639. OLE color: 3056639.

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

Color convert

RGB25516346-
CMYK00.360.820
HSL33.59º100%59.02%-
HSV(B)33.59º81.96%100%-
XYZ54.8347.658.89-
YUV177.1753.98183.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.96%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 46 (18.36% from 255) = 9.91%
R=54.96%
G=35.13%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551634600.360.82033.5910059.02
HexFFA32E02452022643b
Octal3772435604412204214473
Binary11111111101000111011100100100101001001000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA32E; }

 p { color: rgb(255,163,46); }

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

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

 a { background-color: rgb(255,163,46); }

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

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

 span { border-color: rgb(255,163,46); }

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