#F5B940

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

Shades of Supernova #F5B940

Tints of Supernova #F5B940

Color information

#F5B940 (or 0xF5B940) is unknown color: approx Supernova. HEX triplet: F5, B9 and 40. RGB value is (245,185,64). Sum of RGB (Red+Green+Blue) = 245+185+64=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B940 is #0A46BF. Grayscale: #BDBDBD. Windows color (decimal): -673472 or 4241909. OLE color: 4241909.

HSL color Cylindrical-coordinate representation of color #F5B940: hue angle of 40.11º 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 #F5B940 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24518564-
CMYK00.240.740.04
HSL40.11º90.05%60.59%-
HSV(B)40.11º73.88%96.08%-
XYZ55.9354.4812.42-
YUV189.1557.38167.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 64 (25.39% from 255) = 12.96%
R=49.60%
G=37.45%
B=12.96%

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
Decimal2451856400.240.740.0440.1190.0560.59
HexF5B9400184A4285a3d
Octal36527110003011245013275
Binary1111010110111001100000001100010010101001010001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B940; }

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

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

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

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

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

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

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

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