Shades of Supernova #FFBF34
Tints of Supernova #FFBF34
RGB
CMYK
RGB Variations
Color information
#FFBF34 (or 0xFFBF34) is known color: Supernova. HEX triplet: FF, BF and 34. RGB value is (255,191,52). Sum of RGB (Red+Green+Blue) = 255+191+52=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF34 is #0040CB. Grayscale: #C2C2C2. Windows color (decimal): -16588 or 3457023. OLE color: 3457023.
HSL color Cylindrical-coordinate representation of color #FFBF34: hue angle of 41.08º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBF34 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 52 | - |
| CMYK | 0 | 0.25 | 0.80 | 0 |
| HSL | 41.08º | 1% | 0.6% | - |
| HSV(B) | 41.08º | 0.8% | 1% | - |
| XYZ | 60.49 | 58.77 | 11.4 | - |
| YUV | 194.29 | 47.7 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 52 | 0 | 0.25 | 0.80 | 0 | 41.08 | 1 | 0.6 |
| Hex | FF | BF | 34 | 0 | 19 | 50 | 0 | 29 | 64 | 3C |
| Octal | 377 | 277 | 64 | 0 | 31 | 120 | 0 | 51 | 144 | 74 |
| Binary | 11111111 | 10111111 | 110100 | 0 | 11001 | 1010000 | 0 | 101001 | 1100100 | 111100 |
Color Harmonies of #FFBF34
Complementary color
Monochromatic Colors of #FFBF34
Black with #FFBF34
Text Example
Text Example
White with #FFBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF34; }
p { color: rgb(255,191,52); }
H1.HeaderClassName
{
color: #FFBF34;
}
.AnyTagClassName
{
color: #FFBF34;
}
</style>
background-color css
<style>
a { background-color: #FFBF34; }
a { background-color: rgb(255,191,52); }
div.DivClassName
{
background-color: #FFBF34;
}
.BgClassName
{
background-color: #FFBF34;
}
</style>
border-color css
<style>
span { border-color: #FFBF34; }
span { border-color: rgb(255,191,52); }
td.TdClassName
{
border-color: #FFBF34;
}
.TagClassName
{
border-color: #FFBF34;
}
</style>