#F4A622

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

Shades of Lightning Yellow #F4A622

Tints of Lightning Yellow #F4A622

Color information

#F4A622 (or 0xF4A622) is unknown color: approx Lightning Yellow. HEX triplet: F4, A6 and 22. RGB value is (244,166,34). Sum of RGB (Red+Green+Blue) = 244+166+34=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A622 is #0B59DD. Grayscale: #AEAEAE. Windows color (decimal): -743902 or 2270964. OLE color: 2270964.

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

Color convert

RGB24416634-
CMYK00.320.860.04
HSL37.71º90.52%54.51%-
HSV(B)37.71º86.07%95.69%-
XYZ51.2346.627.81-
YUV174.2748.84177.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 34 (13.67% from 255) = 7.66%
R=54.95%
G=37.39%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441663400.320.860.0437.7190.5254.51
HexF4A622020564265b37
Octal3642464204012644613367
Binary1111010010100110100010010000010101101001001101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A622; }

 p { color: rgb(244,166,34); }

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

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

 a { background-color: rgb(244,166,34); }

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

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

 span { border-color: rgb(244,166,34); }

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