#F1AD30

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

Shades of Lightning Yellow #F1AD30

Tints of Lightning Yellow #F1AD30

Color information

#F1AD30 (or 0xF1AD30) is unknown color: approx Lightning Yellow. HEX triplet: F1, AD and 30. RGB value is (241,173,48). Sum of RGB (Red+Green+Blue) = 241+173+48=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD30 is #0E52CF. Grayscale: #B3B3B3. Windows color (decimal): -938704 or 3190257. OLE color: 3190257.

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

Color convert

RGB24117348-
CMYK00.280.800.05
HSL38.86º87.33%56.67%-
HSV(B)38.86º80.08%94.51%-
XYZ51.7548.89.49-
YUV179.0854.03172.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 48 (19.14% from 255) = 10.39%
R=52.16%
G=37.45%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411734800.280.800.0538.8687.3356.67
HexF1AD3001C505275739
Octal3612556003412054712771
Binary111100011010110111000001110010100001011001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD30; }

 p { color: rgb(241,173,48); }

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

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

 a { background-color: rgb(241,173,48); }

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

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

 span { border-color: rgb(241,173,48); }

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