#FAA934

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

Shades of Lightning Yellow #FAA934

Tints of Lightning Yellow #FAA934

Color information

#FAA934 (or 0xFAA934) is unknown color: approx Lightning Yellow. HEX triplet: FA, A9 and 34. RGB value is (250,169,52). Sum of RGB (Red+Green+Blue) = 250+169+52=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA934 is #0556CB. Grayscale: #B4B4B4. Windows color (decimal): -349900 or 3451386. OLE color: 3451386.

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

Color convert

RGB25016952-
CMYK00.320.790.02
HSL35.45º95.19%59.22%-
HSV(B)35.45º79.2%98.04%-
XYZ54.2348.959.84-
YUV179.8855.84178.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.08%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 52 (20.70% from 255) = 11.04%
R=53.08%
G=35.88%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501695200.320.790.0235.4595.1959.22
HexFAA9340204F2235f3b
Octal3722516404011724313773
Binary111110101010100111010001000001001111101000111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA934; }

 p { color: rgb(250,169,52); }

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

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

 a { background-color: rgb(250,169,52); }

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

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

 span { border-color: rgb(250,169,52); }

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