#FFBA40

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

Shades of Supernova #FFBA40

Tints of Supernova #FFBA40

Color information

#FFBA40 (or 0xFFBA40) is unknown color: approx Supernova. HEX triplet: FF, BA and 40. RGB value is (255,186,64). Sum of RGB (Red+Green+Blue) = 255+186+64=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA40 is #0045BF. Grayscale: #C1C1C1. Windows color (decimal): -17856 or 4242175. OLE color: 4242175.

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

Color convert

RGB25518664-
CMYK00.270.750
HSL38.32º100%62.55%-
HSV(B)38.32º74.9%100%-
XYZ59.7256.7512.66-
YUV192.7255.36172.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 64 (25.39% from 255) = 12.67%
R=50.50%
G=36.83%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551866400.270.75038.3210062.55
HexFFBA4001B4B026643f
Octal37727210003311304614477
Binary11111111101110101000000011011100101101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA40; }

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

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

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

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

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

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

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

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