#FAA533

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

Shades of Lightning Yellow #FAA533

Tints of Lightning Yellow #FAA533

Color information

#FAA533 (or 0xFAA533) is unknown color: approx Lightning Yellow. HEX triplet: FA, A5 and 33. RGB value is (250,165,51). Sum of RGB (Red+Green+Blue) = 250+165+51=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA533 is #055ACC. Grayscale: #B1B1B1. Windows color (decimal): -350925 or 3384826. OLE color: 3384826.

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

Color convert

RGB25016551-
CMYK00.340.800.02
HSL34.37º95.22%59.02%-
HSV(B)34.37º79.6%98.04%-
XYZ53.4847.479.48-
YUV177.4256.66179.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.65%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 51 (20.31% from 255) = 10.94%
R=53.65%
G=35.41%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501655100.340.800.0234.3795.2259.02
HexFAA533022502225f3b
Octal3722456304212024213773
Binary111110101010010111001101000101010000101000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA533; }

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

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

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

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

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

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

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

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