#F5A42F

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

Shades of Lightning Yellow #F5A42F

Tints of Lightning Yellow #F5A42F

Color information

#F5A42F (or 0xF5A42F) is unknown color: approx Lightning Yellow. HEX triplet: F5, A4 and 2F. RGB value is (245,164,47). Sum of RGB (Red+Green+Blue) = 245+164+47=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A42F is #0A5BD0. Grayscale: #AFAFAF. Windows color (decimal): -678865 or 3122421. OLE color: 3122421.

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

Color convert

RGB24516447-
CMYK00.330.810.04
HSL35.45º90.83%57.25%-
HSV(B)35.45º80.82%96.08%-
XYZ51.4446.178.89-
YUV174.8855.84178.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.73%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 47 (18.75% from 255) = 10.31%
R=53.73%
G=35.96%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451644700.330.810.0435.4590.8357.25
HexF5A42F021514235b39
Octal3652445704112144313371
Binary1111010110100100101111010000110100011001000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A42F; }

 p { color: rgb(245,164,47); }

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

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

 a { background-color: rgb(245,164,47); }

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

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

 span { border-color: rgb(245,164,47); }

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