#F1A730

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

Shades of Lightning Yellow #F1A730

Tints of Lightning Yellow #F1A730

Color information

#F1A730 (or 0xF1A730) is unknown color: approx Lightning Yellow. HEX triplet: F1, A7 and 30. RGB value is (241,167,48). Sum of RGB (Red+Green+Blue) = 241+167+48=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A730 is #0E58CF. Grayscale: #B0B0B0. Windows color (decimal): -940240 or 3188721. OLE color: 3188721.

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

Color convert

RGB24116748-
CMYK00.310.800.05
HSL36.99º87.33%56.67%-
HSV(B)36.99º80.08%94.51%-
XYZ50.6346.559.11-
YUV175.5656.02174.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.85%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 48 (19.14% from 255) = 10.53%
R=52.85%
G=36.62%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411674800.310.800.0536.9987.3356.67
HexF1A73001F505255739
Octal3612476003712054512771
Binary111100011010011111000001111110100001011001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A730; }

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

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

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

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

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

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

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

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