Shades of Supernova #FFB233
Tints of Supernova #FFB233
RGB
CMYK
RGB Variations
Color information
#FFB233 (or 0xFFB233) is known color: Supernova. HEX triplet: FF, B2 and 33. RGB value is (255,178,51). Sum of RGB (Red+Green+Blue) = 255+178+51=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB233 is #004DCC. Grayscale: #BBBBBB. Windows color (decimal): -19917 or 3388159. OLE color: 3388159.
HSL color Cylindrical-coordinate representation of color #FFB233: hue angle of 37.35º 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 #FFB233 is Cyan = 0, Magento = 0.30, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 51 | - |
| CMYK | 0 | 0.30 | 0.8 | 0 |
| HSL | 37.35º | 1% | 0.6% | - |
| HSV(B) | 37.35º | 0.8% | 1% | - |
| XYZ | 57.76 | 53.34 | 10.38 | - |
| YUV | 186.55 | 51.51 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 51 | 0 | 0.30 | 0.8 | 0 | 37.35 | 1 | 0.6 |
| Hex | FF | B2 | 33 | 0 | 1E | 50 | 0 | 25 | 64 | 3C |
| Octal | 377 | 262 | 63 | 0 | 36 | 120 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10110010 | 110011 | 0 | 11110 | 1010000 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFB233
Complementary color
Monochromatic Colors of #FFB233
Black with #FFB233
Text Example
Text Example
White with #FFB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB233; }
p { color: rgb(255,178,51); }
H1.HeaderClassName
{
color: #FFB233;
}
.AnyTagClassName
{
color: #FFB233;
}
</style>
background-color css
<style>
a { background-color: #FFB233; }
a { background-color: rgb(255,178,51); }
div.DivClassName
{
background-color: #FFB233;
}
.BgClassName
{
background-color: #FFB233;
}
</style>
border-color css
<style>
span { border-color: #FFB233; }
span { border-color: rgb(255,178,51); }
td.TdClassName
{
border-color: #FFB233;
}
.TagClassName
{
border-color: #FFB233;
}
</style>