#FAAA39

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

Shades of Lightning Yellow #FAAA39

Tints of Lightning Yellow #FAAA39

Color information

#FAAA39 (or 0xFAAA39) is unknown color: approx Lightning Yellow. HEX triplet: FA, AA and 39. RGB value is (250,170,57). Sum of RGB (Red+Green+Blue) = 250+170+57=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 57 (22.66% from 255 or 11.95% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA39 is #0555C6. Grayscale: #B5B5B5. Windows color (decimal): -349639 or 3779322. OLE color: 3779322.

HSL color Cylindrical-coordinate representation of color #FAAA39: hue angle of 35.13º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAAA39 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB25017057-
CMYK00.320.770.02
HSL35.13º95.07%60.2%-
HSV(B)35.13º77.2%98.04%-
XYZ54.5449.3710.53-
YUV181.0458177.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 57 (22.66% from 255) = 11.95%
R=52.41%
G=35.64%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501705700.320.770.0235.1395.0760.2
HexFAAA390204D2235f3c
Octal3722527104011524313774
Binary111110101010101011100101000001001101101000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA39; }

 p { color: rgb(250,170,57); }

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

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

 a { background-color: rgb(250,170,57); }

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

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

 span { border-color: rgb(250,170,57); }

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