#F5B63C

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

Shades of Supernova #F5B63C

Tints of Supernova #F5B63C

Color information

#F5B63C (or 0xF5B63C) is unknown color: approx Supernova. HEX triplet: F5, B6 and 3C. RGB value is (245,182,60). Sum of RGB (Red+Green+Blue) = 245+182+60=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B63C is #0A49C3. Grayscale: #BBBBBB. Windows color (decimal): -674244 or 3978997. OLE color: 3978997.

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

Color convert

RGB24518260-
CMYK00.260.760.04
HSL39.57º90.24%59.8%-
HSV(B)39.57º75.51%96.08%-
XYZ55.253.1911.63-
YUV186.9356.37169.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 60 (23.83% from 255) = 12.32%
R=50.31%
G=37.37%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451826000.260.760.0439.5790.2459.8
HexF5B63C01A4C4285a3c
Octal3652667403211445013274
Binary111101011011011011110001101010011001001010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B63C; }

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

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

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

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

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

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

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

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