Shades of Supernova #FFBB28
Tints of Supernova #FFBB28
RGB
CMYK
RGB Variations
Color information
#FFBB28 (or 0xFFBB28) is known color: Supernova. HEX triplet: FF, BB and 28. RGB value is (255,187,40). Sum of RGB (Red+Green+Blue) = 255+187+40=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB28 is #0044D7. Grayscale: #BFBFBF. Windows color (decimal): -17624 or 2669567. OLE color: 2669567.
HSL color Cylindrical-coordinate representation of color #FFBB28: hue angle of 41.02º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFBB28 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 40 | - |
| CMYK | 0 | 0.27 | 0.84 | 0 |
| HSL | 41.02º | 1% | 0.58% | - |
| HSV(B) | 41.02º | 0.84% | 1% | - |
| XYZ | 59.39 | 56.95 | 9.87 | - |
| YUV | 190.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 40 | 0 | 0.27 | 0.84 | 0 | 41.02 | 1 | 0.58 |
| Hex | FF | BB | 28 | 0 | 1B | 54 | 0 | 29 | 64 | 3A |
| Octal | 377 | 273 | 50 | 0 | 33 | 124 | 0 | 51 | 144 | 72 |
| Binary | 11111111 | 10111011 | 101000 | 0 | 11011 | 1010100 | 0 | 101001 | 1100100 | 111010 |
Color Harmonies of #FFBB28
Complementary color
Monochromatic Colors of #FFBB28
Black with #FFBB28
Text Example
Text Example
White with #FFBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB28; }
p { color: rgb(255,187,40); }
H1.HeaderClassName
{
color: #FFBB28;
}
.AnyTagClassName
{
color: #FFBB28;
}
</style>
background-color css
<style>
a { background-color: #FFBB28; }
a { background-color: rgb(255,187,40); }
div.DivClassName
{
background-color: #FFBB28;
}
.BgClassName
{
background-color: #FFBB28;
}
</style>
border-color css
<style>
span { border-color: #FFBB28; }
span { border-color: rgb(255,187,40); }
td.TdClassName
{
border-color: #FFBB28;
}
.TagClassName
{
border-color: #FFBB28;
}
</style>