#F5BA40

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

Shades of Supernova #F5BA40

Tints of Supernova #F5BA40

Color information

#F5BA40 (or 0xF5BA40) is unknown color: approx Supernova. HEX triplet: F5, BA and 40. RGB value is (245,186,64). Sum of RGB (Red+Green+Blue) = 245+186+64=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA40 is #0A45BF. Grayscale: #BEBEBE. Windows color (decimal): -673216 or 4242165. OLE color: 4242165.

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

Color convert

RGB24518664-
CMYK00.240.740.04
HSL40.44º90.05%60.59%-
HSV(B)40.44º73.88%96.08%-
XYZ56.1454.912.49-
YUV189.7357.05167.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 64 (25.39% from 255) = 12.93%
R=49.49%
G=37.58%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451866400.240.740.0440.4490.0560.59
HexF5BA400184A4285a3d
Octal36527210003011245013275
Binary1111010110111010100000001100010010101001010001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA40; }

 p { color: rgb(245,186,64); }

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

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

 a { background-color: rgb(245,186,64); }

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

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

 span { border-color: rgb(245,186,64); }

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