Shades of Supernova #FFB23B
Tints of Supernova #FFB23B
RGB
CMYK
RGB Variations
Color information
#FFB23B (or 0xFFB23B) is known color: Supernova. HEX triplet: FF, B2 and 3B. RGB value is (255,178,59). Sum of RGB (Red+Green+Blue) = 255+178+59=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB23B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB23B is #004DC4. Grayscale: #BCBCBC. Windows color (decimal): -19909 or 3912447. OLE color: 3912447.
HSL color Cylindrical-coordinate representation of color #FFB23B: hue angle of 36.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB23B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 59 | - |
| CMYK | 0 | 0.30 | 0.77 | 0 |
| HSL | 36.43º | 1% | 0.62% | - |
| HSV(B) | 36.43º | 0.77% | 1% | - |
| XYZ | 57.95 | 53.42 | 11.39 | - |
| YUV | 187.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 59 | 0 | 0.30 | 0.77 | 0 | 36.43 | 1 | 0.62 |
| Hex | FF | B2 | 3B | 0 | 1E | 4D | 0 | 24 | 64 | 3E |
| Octal | 377 | 262 | 73 | 0 | 36 | 115 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110010 | 111011 | 0 | 11110 | 1001101 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB23B
Complementary color
Monochromatic Colors of #FFB23B
Black with #FFB23B
Text Example
Text Example
White with #FFB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB23B; }
p { color: rgb(255,178,59); }
H1.HeaderClassName
{
color: #FFB23B;
}
.AnyTagClassName
{
color: #FFB23B;
}
</style>
background-color css
<style>
a { background-color: #FFB23B; }
a { background-color: rgb(255,178,59); }
div.DivClassName
{
background-color: #FFB23B;
}
.BgClassName
{
background-color: #FFB23B;
}
</style>
border-color css
<style>
span { border-color: #FFB23B; }
span { border-color: rgb(255,178,59); }
td.TdClassName
{
border-color: #FFB23B;
}
.TagClassName
{
border-color: #FFB23B;
}
</style>