#FFA832

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

Shades of Lightning Yellow #FFA832

Tints of Lightning Yellow #FFA832

Color information

#FFA832 (or 0xFFA832) is unknown color: approx Lightning Yellow. HEX triplet: FF, A8 and 32. RGB value is (255,168,50). Sum of RGB (Red+Green+Blue) = 255+168+50=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA832 is #0057CD. Grayscale: #B5B5B5. Windows color (decimal): -22478 or 3320063. OLE color: 3320063.

HSL color Cylindrical-coordinate representation of color #FFA832: hue angle of 34.54º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFA832 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25516850-
CMYK00.340.800
HSL34.54º100%59.8%-
HSV(B)34.54º80.39%100%-
XYZ55.8249.59.63-
YUV180.5654.32181.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 50 (19.92% from 255) = 10.57%
R=53.91%
G=35.52%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551685000.340.80034.5410059.8
HexFFA83202250023643c
Octal3772506204212004314474
Binary11111111101010001100100100010101000001000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA832; }

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

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

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

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

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

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

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

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