#FFA333

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

Shades of Lightning Yellow #FFA333

Tints of Lightning Yellow #FFA333

Color information

#FFA333 (or 0xFFA333) is unknown color: approx Lightning Yellow. HEX triplet: FF, A3 and 33. RGB value is (255,163,51). Sum of RGB (Red+Green+Blue) = 255+163+51=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA333 is #005CCC. Grayscale: #B2B2B2. Windows color (decimal): -23757 or 3384319. OLE color: 3384319.

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

Color convert

RGB25516351-
CMYK00.360.80
HSL32.94º100%60%-
HSV(B)32.94º80%100%-
XYZ54.9347.699.44-
YUV177.7456.48183.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 51 (20.31% from 255) = 10.87%
R=54.37%
G=34.75%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551635100.360.8032.9410060
HexFFA33302450021643c
Octal3772436304412004114474
Binary11111111101000111100110100100101000001000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA333; }

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

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

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

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

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

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

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

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