#F1AC34

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

Shades of Lightning Yellow #F1AC34

Tints of Lightning Yellow #F1AC34

Color information

#F1AC34 (or 0xF1AC34) is unknown color: approx Lightning Yellow. HEX triplet: F1, AC and 34. RGB value is (241,172,52). Sum of RGB (Red+Green+Blue) = 241+172+52=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AC34 is #0E53CB. Grayscale: #B3B3B3. Windows color (decimal): -938956 or 3452145. OLE color: 3452145.

HSL color Cylindrical-coordinate representation of color #F1AC34: hue angle of 38.1º 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 #F1AC34 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24117252-
CMYK00.290.780.05
HSL38.1º87.1%57.45%-
HSV(B)38.1º78.42%94.51%-
XYZ51.6548.459.88-
YUV178.9556.36172.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 52 (20.70% from 255) = 11.18%
R=51.83%
G=36.99%
B=11.18%

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
Decimal2411725200.290.780.0538.187.157.45
HexF1AC3401D4E5265739
Octal3612546403511654612771
Binary111100011010110011010001110110011101011001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC34; }

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

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

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

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

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

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

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

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