Shades of Supernova #FFB423
Tints of Supernova #FFB423
RGB
CMYK
RGB Variations
Color information
#FFB423 (or 0xFFB423) is known color: Supernova. HEX triplet: FF, B4 and 23. RGB value is (255,180,35). Sum of RGB (Red+Green+Blue) = 255+180+35=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 35 (14.06% from 255 or 7.45% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB423 is #004BDC. Grayscale: #BABABA. Windows color (decimal): -19421 or 2340095. OLE color: 2340095.
HSL color Cylindrical-coordinate representation of color #FFB423: hue angle of 39.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFB423 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 35 | - |
| CMYK | 0 | 0.29 | 0.86 | 0 |
| HSL | 39.55º | 1% | 0.57% | - |
| HSV(B) | 39.55º | 0.86% | 1% | - |
| XYZ | 57.86 | 54.02 | 8.97 | - |
| YUV | 185.9 | 42.85 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 35 | 0 | 0.29 | 0.86 | 0 | 39.55 | 1 | 0.57 |
| Hex | FF | B4 | 23 | 0 | 1D | 56 | 0 | 28 | 64 | 39 |
| Octal | 377 | 264 | 43 | 0 | 35 | 126 | 0 | 50 | 144 | 71 |
| Binary | 11111111 | 10110100 | 100011 | 0 | 11101 | 1010110 | 0 | 101000 | 1100100 | 111001 |
Color Harmonies of #FFB423
Complementary color
Monochromatic Colors of #FFB423
Black with #FFB423
Text Example
Text Example
White with #FFB423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB423; }
p { color: rgb(255,180,35); }
H1.HeaderClassName
{
color: #FFB423;
}
.AnyTagClassName
{
color: #FFB423;
}
</style>
background-color css
<style>
a { background-color: #FFB423; }
a { background-color: rgb(255,180,35); }
div.DivClassName
{
background-color: #FFB423;
}
.BgClassName
{
background-color: #FFB423;
}
</style>
border-color css
<style>
span { border-color: #FFB423; }
span { border-color: rgb(255,180,35); }
td.TdClassName
{
border-color: #FFB423;
}
.TagClassName
{
border-color: #FFB423;
}
</style>