#F8A036

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

Shades of Lightning Yellow #F8A036

Tints of Lightning Yellow #F8A036

Color information

#F8A036 (or 0xF8A036) is unknown color: approx Lightning Yellow. HEX triplet: F8, A0 and 36. RGB value is (248,160,54). Sum of RGB (Red+Green+Blue) = 248+160+54=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A036 is #075FC9. Grayscale: #AEAEAE. Windows color (decimal): -483274 or 3580152. OLE color: 3580152.

HSL color Cylindrical-coordinate representation of color #F8A036: hue angle of 32.78º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8A036 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB24816054-
CMYK00.350.780.03
HSL32.78º93.27%59.22%-
HSV(B)32.78º78.23%97.25%-
XYZ51.9545.369.51-
YUV174.2360.15180.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.68%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 54 (21.48% from 255) = 11.69%
R=53.68%
G=34.63%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481605400.350.780.0332.7893.2759.22
HexF8A0360234E3215d3b
Octal3702406604311634113573
Binary111110001010000011011001000111001110111000011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A036; }

 p { color: rgb(248,160,54); }

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

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

 a { background-color: rgb(248,160,54); }

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

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

 span { border-color: rgb(248,160,54); }

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