#F5A934

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

Shades of Lightning Yellow #F5A934

Tints of Lightning Yellow #F5A934

Color information

#F5A934 (or 0xF5A934) is unknown color: approx Lightning Yellow. HEX triplet: F5, A9 and 34. RGB value is (245,169,52). Sum of RGB (Red+Green+Blue) = 245+169+52=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A934 is #0A56CB. Grayscale: #B2B2B2. Windows color (decimal): -677580 or 3451381. OLE color: 3451381.

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

Color convert

RGB24516952-
CMYK00.310.790.04
HSL36.37º90.61%58.24%-
HSV(B)36.37º78.78%96.08%-
XYZ52.4648.049.76-
YUV178.3956.68175.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.58%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 52 (20.70% from 255) = 11.16%
R=52.58%
G=36.27%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451695200.310.790.0436.3790.6158.24
HexF5A93401F4F4245b3a
Octal3652516403711744413372
Binary111101011010100111010001111110011111001001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A934; }

 p { color: rgb(245,169,52); }

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

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

 a { background-color: rgb(245,169,52); }

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

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

 span { border-color: rgb(245,169,52); }

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