#FFBA32

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

Shades of Supernova #FFBA32

Tints of Supernova #FFBA32

Color information

#FFBA32 (or 0xFFBA32) is unknown color: approx Supernova. HEX triplet: FF, BA and 32. RGB value is (255,186,50). Sum of RGB (Red+Green+Blue) = 255+186+50=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA32 is #0045CD. Grayscale: #BFBFBF. Windows color (decimal): -17870 or 3324671. OLE color: 3324671.

HSL color Cylindrical-coordinate representation of color #FFBA32: hue angle of 39.8º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBA32 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25518650-
CMYK00.270.800
HSL39.8º100%59.8%-
HSV(B)39.8º80.39%100%-
XYZ59.3756.6110.81-
YUV191.1348.36173.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 50 (19.92% from 255) = 10.18%
R=51.93%
G=37.88%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551865000.270.80039.810059.8
HexFFBA3201B50028643c
Octal3772726203312005014474
Binary1111111110111010110010011011101000001010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA32; }

 p { color: rgb(255,186,50); }

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

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

 a { background-color: rgb(255,186,50); }

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

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

 span { border-color: rgb(255,186,50); }

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