#FAA333

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

Shades of Lightning Yellow #FAA333

Tints of Lightning Yellow #FAA333

Color information

#FAA333 (or 0xFAA333) is unknown color: approx Lightning Yellow. HEX triplet: FA, A3 and 33. RGB value is (250,163,51). Sum of RGB (Red+Green+Blue) = 250+163+51=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA333 is #055CCC. Grayscale: #B0B0B0. Windows color (decimal): -351437 or 3384314. OLE color: 3384314.

HSL color Cylindrical-coordinate representation of color #FAA333: hue angle of 33.77º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAA333 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB25016351-
CMYK00.350.800.02
HSL33.77º95.22%59.02%-
HSV(B)33.77º79.6%98.04%-
XYZ53.1246.769.36-
YUV176.2457.32180.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.88%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 51 (20.31% from 255) = 10.99%
R=53.88%
G=35.13%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501635100.350.800.0233.7795.2259.02
HexFAA333023502225f3b
Octal3722436304312024213773
Binary111110101010001111001101000111010000101000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA333; }

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

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

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

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

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

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

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

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