#FFA732

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

Shades of Lightning Yellow #FFA732

Tints of Lightning Yellow #FFA732

Color information

#FFA732 (or 0xFFA732) is unknown color: approx Lightning Yellow. HEX triplet: FF, A7 and 32. RGB value is (255,167,50). Sum of RGB (Red+Green+Blue) = 255+167+50=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA732 is #0058CD. Grayscale: #B4B4B4. Windows color (decimal): -22734 or 3319807. OLE color: 3319807.

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

Color convert

RGB25516750-
CMYK00.350.800
HSL34.24º100%59.8%-
HSV(B)34.24º80.39%100%-
XYZ55.6349.139.57-
YUV179.9754.65181.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 50 (19.92% from 255) = 10.59%
R=54.03%
G=35.38%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551675000.350.80034.2410059.8
HexFFA73202350022643c
Octal3772476204312004214474
Binary11111111101001111100100100011101000001000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA732; }

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

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

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

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

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

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

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

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