#F1A830

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

Shades of Lightning Yellow #F1A830

Tints of Lightning Yellow #F1A830

Color information

#F1A830 (or 0xF1A830) is unknown color: approx Lightning Yellow. HEX triplet: F1, A8 and 30. RGB value is (241,168,48). Sum of RGB (Red+Green+Blue) = 241+168+48=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A830 is #0E57CF. Grayscale: #B0B0B0. Windows color (decimal): -939984 or 3188977. OLE color: 3188977.

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

Color convert

RGB24116848-
CMYK00.300.800.05
HSL37.31º87.33%56.67%-
HSV(B)37.31º80.08%94.51%-
XYZ50.8146.929.17-
YUV176.1555.68174.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 48 (19.14% from 255) = 10.50%
R=52.74%
G=36.76%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411684800.300.800.0537.3187.3356.67
HexF1A83001E505255739
Octal3612506003612054512771
Binary111100011010100011000001111010100001011001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A830; }

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

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

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

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

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

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

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

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