#F5A838

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

Shades of Lightning Yellow #F5A838

Tints of Lightning Yellow #F5A838

Color information

#F5A838 (or 0xF5A838) is unknown color: approx Lightning Yellow. HEX triplet: F5, A8 and 38. RGB value is (245,168,56). Sum of RGB (Red+Green+Blue) = 245+168+56=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A838 is #0A57C7. Grayscale: #B2B2B2. Windows color (decimal): -677832 or 3713269. OLE color: 3713269.

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

Color convert

RGB24516856-
CMYK00.310.770.04
HSL35.56º90.43%59.02%-
HSV(B)35.56º77.14%96.08%-
XYZ52.3747.710.19-
YUV178.2659.01175.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 56 (22.27% from 255) = 11.94%
R=52.24%
G=35.82%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451685600.310.770.0435.5690.4359.02
HexF5A83801F4D4245a3b
Octal3652507003711544413273
Binary111101011010100011100001111110011011001001001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A838; }

 p { color: rgb(245,168,56); }

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

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

 a { background-color: rgb(245,168,56); }

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

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

 span { border-color: rgb(245,168,56); }

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