#F1AA34

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

Shades of Lightning Yellow #F1AA34

Tints of Lightning Yellow #F1AA34

Color information

#F1AA34 (or 0xF1AA34) is unknown color: approx Lightning Yellow. HEX triplet: F1, AA and 34. RGB value is (241,170,52). Sum of RGB (Red+Green+Blue) = 241+170+52=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AA34 is #0E55CB. Grayscale: #B2B2B2. Windows color (decimal): -939468 or 3451633. OLE color: 3451633.

HSL color Cylindrical-coordinate representation of color #F1AA34: hue angle of 37.46º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1AA34 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24117052-
CMYK00.290.780.05
HSL37.46º87.1%57.45%-
HSV(B)37.46º78.42%94.51%-
XYZ51.2747.79.75-
YUV177.7857.02173.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 52 (20.70% from 255) = 11.23%
R=52.05%
G=36.72%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411705200.290.780.0537.4687.157.45
HexF1AA3401D4E5255739
Octal3612526403511654512771
Binary111100011010101011010001110110011101011001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA34; }

 p { color: rgb(241,170,52); }

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

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

 a { background-color: rgb(241,170,52); }

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

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

 span { border-color: rgb(241,170,52); }

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