#F5A437

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

Shades of Lightning Yellow #F5A437

Tints of Lightning Yellow #F5A437

Color information

#F5A437 (or 0xF5A437) is unknown color: approx Lightning Yellow. HEX triplet: F5, A4 and 37. RGB value is (245,164,55). Sum of RGB (Red+Green+Blue) = 245+164+55=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A437 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A437 is #0A5BC8. Grayscale: #B0B0B0. Windows color (decimal): -678857 or 3646709. OLE color: 3646709.

HSL color Cylindrical-coordinate representation of color #F5A437: hue angle of 34.42º 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 #F5A437 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24516455-
CMYK00.330.780.04
HSL34.42º90.48%58.82%-
HSV(B)34.42º77.55%96.08%-
XYZ51.6246.249.82-
YUV175.7959.84177.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.80%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 55 (21.88% from 255) = 11.85%
R=52.80%
G=35.34%
B=11.85%

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
Decimal2451645500.330.780.0434.4290.4858.82
HexF5A4370214E4225a3b
Octal3652446704111644213273
Binary1111010110100100110111010000110011101001000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A437; }

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

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

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

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

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

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

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

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