#FFA22C

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

Shades of Lightning Yellow #FFA22C

Tints of Lightning Yellow #FFA22C

Color information

#FFA22C (or 0xFFA22C) is unknown color: approx Lightning Yellow. HEX triplet: FF, A2 and 2C. RGB value is (255,162,44). Sum of RGB (Red+Green+Blue) = 255+162+44=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA22C is #005DD3. Grayscale: #B0B0B0. Windows color (decimal): -24020 or 2925311. OLE color: 2925311.

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

Color convert

RGB25516244-
CMYK00.360.830
HSL33.55º100%58.63%-
HSV(B)33.55º82.75%100%-
XYZ54.6147.288.63-
YUV176.3653.31184.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 44 (17.58% from 255) = 9.54%
R=55.31%
G=35.14%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551624400.360.83033.5510058.63
HexFFA22C02453022643b
Octal3772425404412304214473
Binary11111111101000101011000100100101001101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA22C; }

 p { color: rgb(255,162,44); }

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

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

 a { background-color: rgb(255,162,44); }

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

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

 span { border-color: rgb(255,162,44); }

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