#F6A221

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

Shades of Lightning Yellow #F6A221

Tints of Lightning Yellow #F6A221

Color information

#F6A221 (or 0xF6A221) is unknown color: approx Lightning Yellow. HEX triplet: F6, A2 and 21. RGB value is (246,162,33). Sum of RGB (Red+Green+Blue) = 246+162+33=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A221 is #095DDE. Grayscale: #ADADAD. Windows color (decimal): -613855 or 2204406. OLE color: 2204406.

HSL color Cylindrical-coordinate representation of color #F6A221: hue angle of 36.34º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6A221 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB24616233-
CMYK00.340.870.04
HSL36.34º92.21%54.71%-
HSV(B)36.34º86.59%96.47%-
XYZ51.245.547.53-
YUV172.4149.33180.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.78%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 33 (13.28% from 255) = 7.48%
R=55.78%
G=36.73%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461623300.340.870.0436.3492.2154.71
HexF6A221022574245c37
Octal3662424104212744413467
Binary1111011010100010100001010001010101111001001001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A221; }

 p { color: rgb(246,162,33); }

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

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

 a { background-color: rgb(246,162,33); }

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

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

 span { border-color: rgb(246,162,33); }

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