Shades of Supernova #FFBF41
Tints of Supernova #FFBF41
RGB
CMYK
RGB Variations
Color information
#FFBF41 (or 0xFFBF41) is known color: Supernova. HEX triplet: FF, BF and 41. RGB value is (255,191,65). Sum of RGB (Red+Green+Blue) = 255+191+65=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF41 is #0040BE. Grayscale: #C4C4C4. Windows color (decimal): -16575 or 4308991. OLE color: 4308991.
HSL color Cylindrical-coordinate representation of color #FFBF41: hue angle of 39.79º 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 #FFBF41 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 65 | - |
| CMYK | 0 | 0.25 | 0.75 | 0 |
| HSL | 39.79º | 1% | 0.63% | - |
| HSV(B) | 39.79º | 0.75% | 1% | - |
| XYZ | 60.82 | 58.9 | 13.16 | - |
| YUV | 195.77 | 54.2 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 65 | 0 | 0.25 | 0.75 | 0 | 39.79 | 1 | 0.63 |
| Hex | FF | BF | 41 | 0 | 19 | 4B | 0 | 28 | 64 | 3F |
| Octal | 377 | 277 | 101 | 0 | 31 | 113 | 0 | 50 | 144 | 77 |
| Binary | 11111111 | 10111111 | 1000001 | 0 | 11001 | 1001011 | 0 | 101000 | 1100100 | 111111 |
Color Harmonies of #FFBF41
Complementary color
Monochromatic Colors of #FFBF41
Black with #FFBF41
Text Example
Text Example
White with #FFBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF41; }
p { color: rgb(255,191,65); }
H1.HeaderClassName
{
color: #FFBF41;
}
.AnyTagClassName
{
color: #FFBF41;
}
</style>
background-color css
<style>
a { background-color: #FFBF41; }
a { background-color: rgb(255,191,65); }
div.DivClassName
{
background-color: #FFBF41;
}
.BgClassName
{
background-color: #FFBF41;
}
</style>
border-color css
<style>
span { border-color: #FFBF41; }
span { border-color: rgb(255,191,65); }
td.TdClassName
{
border-color: #FFBF41;
}
.TagClassName
{
border-color: #FFBF41;
}
</style>