#F5A337

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

Shades of Lightning Yellow #F5A337

Tints of Lightning Yellow #F5A337

Color information

#F5A337 (or 0xF5A337) is unknown color: approx Lightning Yellow. HEX triplet: F5, A3 and 37. RGB value is (245,163,55). Sum of RGB (Red+Green+Blue) = 245+163+55=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A337 is #0A5CC8. Grayscale: #AFAFAF. Windows color (decimal): -679113 or 3646453. OLE color: 3646453.

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

Color convert

RGB24516355-
CMYK00.330.780.04
HSL34.11º90.48%58.82%-
HSV(B)34.11º77.55%96.08%-
XYZ51.4445.889.76-
YUV175.2160.17177.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.92%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 55 (21.88% from 255) = 11.88%
R=52.92%
G=35.21%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451635500.330.780.0434.1190.4858.82
HexF5A3370214E4225a3b
Octal3652436704111644213273
Binary1111010110100011110111010000110011101001000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A337; }

 p { color: rgb(245,163,55); }

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

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

 a { background-color: rgb(245,163,55); }

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

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

 span { border-color: rgb(245,163,55); }

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