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