#F5B83C

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

Shades of Supernova #F5B83C

Tints of Supernova #F5B83C

Color information

#F5B83C (or 0xF5B83C) is unknown color: approx Supernova. HEX triplet: F5, B8 and 3C. RGB value is (245,184,60). Sum of RGB (Red+Green+Blue) = 245+184+60=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B83C is #0A47C3. Grayscale: #BCBCBC. Windows color (decimal): -673732 or 3979509. OLE color: 3979509.

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

Color convert

RGB24518460-
CMYK00.250.760.04
HSL40.22º90.24%59.8%-
HSV(B)40.22º75.51%96.08%-
XYZ55.6154.0211.77-
YUV188.155.71168.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 60 (23.83% from 255) = 12.27%
R=50.10%
G=37.63%
B=12.27%

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
Decimal2451846000.250.760.0440.2290.2459.8
HexF5B83C0194C4285a3c
Octal3652707403111445013274
Binary111101011011100011110001100110011001001010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B83C; }

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

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

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

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

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

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

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

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