#F59A28

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

Shades of Lightning Yellow #F59A28

Tints of Lightning Yellow #F59A28

Color information

#F59A28 (or 0xF59A28) is unknown color: approx Lightning Yellow. HEX triplet: F5, 9A and 28. RGB value is (245,154,40). Sum of RGB (Red+Green+Blue) = 245+154+40=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59A28 is #0A65D7. Grayscale: #A8A8A8. Windows color (decimal): -681432 or 2661109. OLE color: 2661109.

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

Color convert

RGB24515440-
CMYK00.370.840.04
HSL33.37º91.11%55.88%-
HSV(B)33.37º83.67%96.08%-
XYZ49.5942.687.63-
YUV168.2155.65182.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 40 (16.02% from 255) = 9.11%
R=55.81%
G=35.08%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451544000.370.840.0433.3791.1155.88
HexF59A28025544215b38
Octal3652325004512444113370
Binary1111010110011010101000010010110101001001000011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59A28; }

 p { color: rgb(245,154,40); }

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

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

 a { background-color: rgb(245,154,40); }

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

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

 span { border-color: rgb(245,154,40); }

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