#FFBA41

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

Shades of Supernova #FFBA41

Tints of Supernova #FFBA41

Color information

#FFBA41 (or 0xFFBA41) is unknown color: approx Supernova. HEX triplet: FF, BA and 41. RGB value is (255,186,65). Sum of RGB (Red+Green+Blue) = 255+186+65=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA41 is #0045BE. Grayscale: #C1C1C1. Windows color (decimal): -17855 or 4307711. OLE color: 4307711.

HSL color Cylindrical-coordinate representation of color #FFBA41: hue angle of 38.21º 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 #FFBA41 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25518665-
CMYK00.270.750
HSL38.21º100%62.75%-
HSV(B)38.21º74.51%100%-
XYZ59.7556.7612.81-
YUV192.8455.86172.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 65 (25.78% from 255) = 12.85%
R=50.40%
G=36.76%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551866500.270.75038.2110062.75
HexFFBA4101B4B026643f
Octal37727210103311304614477
Binary11111111101110101000001011011100101101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA41; }

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

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

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

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

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

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

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

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