Shades of Supernova #FFBF3E
Tints of Supernova #FFBF3E
RGB
CMYK
RGB Variations
Color information
#FFBF3E (or 0xFFBF3E) is known color: Supernova. HEX triplet: FF, BF and 3E. RGB value is (255,191,62). Sum of RGB (Red+Green+Blue) = 255+191+62=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF3E is #0040C1. Grayscale: #C4C4C4. Windows color (decimal): -16578 or 4112383. OLE color: 4112383.
HSL color Cylindrical-coordinate representation of color #FFBF3E: hue angle of 40.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBF3E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 62 | - |
| CMYK | 0 | 0.25 | 0.76 | 0 |
| HSL | 40.1º | 1% | 0.62% | - |
| HSV(B) | 40.1º | 0.76% | 1% | - |
| XYZ | 60.74 | 58.87 | 12.72 | - |
| YUV | 195.43 | 52.7 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 62 | 0 | 0.25 | 0.76 | 0 | 40.1 | 1 | 0.62 |
| Hex | FF | BF | 3E | 0 | 19 | 4C | 0 | 28 | 64 | 3E |
| Octal | 377 | 277 | 76 | 0 | 31 | 114 | 0 | 50 | 144 | 76 |
| Binary | 11111111 | 10111111 | 111110 | 0 | 11001 | 1001100 | 0 | 101000 | 1100100 | 111110 |
Color Harmonies of #FFBF3E
Complementary color
Monochromatic Colors of #FFBF3E
Black with #FFBF3E
Text Example
Text Example
White with #FFBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF3E; }
p { color: rgb(255,191,62); }
H1.HeaderClassName
{
color: #FFBF3E;
}
.AnyTagClassName
{
color: #FFBF3E;
}
</style>
background-color css
<style>
a { background-color: #FFBF3E; }
a { background-color: rgb(255,191,62); }
div.DivClassName
{
background-color: #FFBF3E;
}
.BgClassName
{
background-color: #FFBF3E;
}
</style>
border-color css
<style>
span { border-color: #FFBF3E; }
span { border-color: rgb(255,191,62); }
td.TdClassName
{
border-color: #FFBF3E;
}
.TagClassName
{
border-color: #FFBF3E;
}
</style>