#F1A52D

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

Shades of Lightning Yellow #F1A52D

Tints of Lightning Yellow #F1A52D

Color information

#F1A52D (or 0xF1A52D) is unknown color: approx Lightning Yellow. HEX triplet: F1, A5 and 2D. RGB value is (241,165,45). Sum of RGB (Red+Green+Blue) = 241+165+45=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A52D is #0E5AD2. Grayscale: #AEAEAE. Windows color (decimal): -940755 or 2991601. OLE color: 2991601.

HSL color Cylindrical-coordinate representation of color #F1A52D: hue angle of 36.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1A52D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24116545-
CMYK00.320.810.05
HSL36.73º87.5%56.08%-
HSV(B)36.73º81.33%94.51%-
XYZ50.245.88.68-
YUV174.0455.18175.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 45 (17.97% from 255) = 9.98%
R=53.44%
G=36.59%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411654500.320.810.0536.7387.556.08
HexF1A52D020515255838
Octal3612455504012154513070
Binary1111000110100101101101010000010100011011001011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A52D; }

 p { color: rgb(241,165,45); }

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

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

 a { background-color: rgb(241,165,45); }

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

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

 span { border-color: rgb(241,165,45); }

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