Shades of Supernova #FFBD41
Tints of Supernova #FFBD41
RGB
CMYK
RGB Variations
Color information
#FFBD41 (or 0xFFBD41) is known color: Supernova. HEX triplet: FF, BD and 41. RGB value is (255,189,65). Sum of RGB (Red+Green+Blue) = 255+189+65=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD41 is #0042BE. Grayscale: #C3C3C3. Windows color (decimal): -17087 or 4308479. OLE color: 4308479.
HSL color Cylindrical-coordinate representation of color #FFBD41: hue angle of 39.16º 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 #FFBD41 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 65 | - |
| CMYK | 0 | 0.26 | 0.75 | 0 |
| HSL | 39.16º | 1% | 0.63% | - |
| HSV(B) | 39.16º | 0.75% | 1% | - |
| XYZ | 60.39 | 58.04 | 13.02 | - |
| YUV | 194.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 65 | 0 | 0.26 | 0.75 | 0 | 39.16 | 1 | 0.63 |
| Hex | FF | BD | 41 | 0 | 1A | 4B | 0 | 27 | 64 | 3F |
| Octal | 377 | 275 | 101 | 0 | 32 | 113 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111101 | 1000001 | 0 | 11010 | 1001011 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBD41
Complementary color
Monochromatic Colors of #FFBD41
Black with #FFBD41
Text Example
Text Example
White with #FFBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD41; }
p { color: rgb(255,189,65); }
H1.HeaderClassName
{
color: #FFBD41;
}
.AnyTagClassName
{
color: #FFBD41;
}
</style>
background-color css
<style>
a { background-color: #FFBD41; }
a { background-color: rgb(255,189,65); }
div.DivClassName
{
background-color: #FFBD41;
}
.BgClassName
{
background-color: #FFBD41;
}
</style>
border-color css
<style>
span { border-color: #FFBD41; }
span { border-color: rgb(255,189,65); }
td.TdClassName
{
border-color: #FFBD41;
}
.TagClassName
{
border-color: #FFBD41;
}
</style>