#FFA82E

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

Shades of Lightning Yellow #FFA82E

Tints of Lightning Yellow #FFA82E

Color information

#FFA82E (or 0xFFA82E) is unknown color: approx Lightning Yellow. HEX triplet: FF, A8 and 2E. RGB value is (255,168,46). Sum of RGB (Red+Green+Blue) = 255+168+46=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA82E is #0057D1. Grayscale: #B4B4B4. Windows color (decimal): -22482 or 3057919. OLE color: 3057919.

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

Color convert

RGB25516846-
CMYK00.340.820
HSL35.02º100%59.02%-
HSV(B)35.02º81.96%100%-
XYZ55.7449.469.19-
YUV180.152.32181.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 46 (18.36% from 255) = 9.81%
R=54.37%
G=35.82%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551684600.340.82035.0210059.02
HexFFA82E02252023643b
Octal3772505604212204314473
Binary11111111101010001011100100010101001001000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA82E; }

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

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

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

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

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

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

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

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