#F5B73C

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

Shades of Supernova #F5B73C

Tints of Supernova #F5B73C

Color information

#F5B73C (or 0xF5B73C) is unknown color: approx Supernova. HEX triplet: F5, B7 and 3C. RGB value is (245,183,60). Sum of RGB (Red+Green+Blue) = 245+183+60=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B73C is #0A48C3. Grayscale: #BCBCBC. Windows color (decimal): -673988 or 3979253. OLE color: 3979253.

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

Color convert

RGB24518360-
CMYK00.250.760.04
HSL39.89º90.24%59.8%-
HSV(B)39.89º75.51%96.08%-
XYZ55.4153.6111.7-
YUV187.5256.04169-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 60 (23.83% from 255) = 12.30%
R=50.20%
G=37.5%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451836000.250.760.0439.8990.2459.8
HexF5B73C0194C4285a3c
Octal3652677403111445013274
Binary111101011011011111110001100110011001001010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B73C; }

 p { color: rgb(245,183,60); }

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

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

 a { background-color: rgb(245,183,60); }

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

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

 span { border-color: rgb(245,183,60); }

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