Shades of Supernova #FFB23D
Tints of Supernova #FFB23D
RGB
CMYK
RGB Variations
Color information
#FFB23D (or 0xFFB23D) is known color: Supernova. HEX triplet: FF, B2 and 3D. RGB value is (255,178,61). Sum of RGB (Red+Green+Blue) = 255+178+61=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB23D is #004DC2. Grayscale: #BCBCBC. Windows color (decimal): -19907 or 4043519. OLE color: 4043519.
HSL color Cylindrical-coordinate representation of color #FFB23D: hue angle of 36.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB23D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 61 | - |
| CMYK | 0 | 0.30 | 0.76 | 0 |
| HSL | 36.19º | 1% | 0.62% | - |
| HSV(B) | 36.19º | 0.76% | 1% | - |
| XYZ | 58 | 53.44 | 11.67 | - |
| YUV | 187.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 61 | 0 | 0.30 | 0.76 | 0 | 36.19 | 1 | 0.62 |
| Hex | FF | B2 | 3D | 0 | 1E | 4C | 0 | 24 | 64 | 3E |
| Octal | 377 | 262 | 75 | 0 | 36 | 114 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110010 | 111101 | 0 | 11110 | 1001100 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB23D
Complementary color
Monochromatic Colors of #FFB23D
Black with #FFB23D
Text Example
Text Example
White with #FFB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB23D; }
p { color: rgb(255,178,61); }
H1.HeaderClassName
{
color: #FFB23D;
}
.AnyTagClassName
{
color: #FFB23D;
}
</style>
background-color css
<style>
a { background-color: #FFB23D; }
a { background-color: rgb(255,178,61); }
div.DivClassName
{
background-color: #FFB23D;
}
.BgClassName
{
background-color: #FFB23D;
}
</style>
border-color css
<style>
span { border-color: #FFB23D; }
span { border-color: rgb(255,178,61); }
td.TdClassName
{
border-color: #FFB23D;
}
.TagClassName
{
border-color: #FFB23D;
}
</style>