#F5A829

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

Shades of Lightning Yellow #F5A829

Tints of Lightning Yellow #F5A829

Color information

#F5A829 (or 0xF5A829) is unknown color: approx Lightning Yellow. HEX triplet: F5, A8 and 29. RGB value is (245,168,41). Sum of RGB (Red+Green+Blue) = 245+168+41=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A829 is #0A57D6. Grayscale: #B1B1B1. Windows color (decimal): -677847 or 2730229. OLE color: 2730229.

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

Color convert

RGB24516841-
CMYK00.310.830.04
HSL37.35º91.07%56.08%-
HSV(B)37.35º83.27%96.08%-
XYZ52.0647.588.54-
YUV176.5451.51176.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.96%
GREEN value IS 168 (66.02% from 255) = 37.00%
BLUE value IS 41 (16.41% from 255) = 9.03%
R=53.96%
G=37.00%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451684100.310.830.0437.3591.0756.08
HexF5A82901F534255b38
Octal3652505103712344513370
Binary111101011010100010100101111110100111001001011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A829; }

 p { color: rgb(245,168,41); }

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

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

 a { background-color: rgb(245,168,41); }

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

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

 span { border-color: rgb(245,168,41); }

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