Shades of Supernova #FFB230
Tints of Supernova #FFB230
RGB
CMYK
RGB Variations
Color information
#FFB230 (or 0xFFB230) is known color: Supernova. HEX triplet: FF, B2 and 30. RGB value is (255,178,48). Sum of RGB (Red+Green+Blue) = 255+178+48=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB230 is #004DCF. Grayscale: #BABABA. Windows color (decimal): -19920 or 3191551. OLE color: 3191551.
HSL color Cylindrical-coordinate representation of color #FFB230: hue angle of 37.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFB230 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 48 | - |
| CMYK | 0 | 0.30 | 0.81 | 0 |
| HSL | 37.68º | 1% | 0.59% | - |
| HSV(B) | 37.68º | 0.81% | 1% | - |
| XYZ | 57.69 | 53.31 | 10.05 | - |
| YUV | 186.2 | 50.01 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 48 | 0 | 0.30 | 0.81 | 0 | 37.68 | 1 | 0.59 |
| Hex | FF | B2 | 30 | 0 | 1E | 51 | 0 | 26 | 64 | 3B |
| Octal | 377 | 262 | 60 | 0 | 36 | 121 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110010 | 110000 | 0 | 11110 | 1010001 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB230
Complementary color
Monochromatic Colors of #FFB230
Black with #FFB230
Text Example
Text Example
White with #FFB230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB230; }
p { color: rgb(255,178,48); }
H1.HeaderClassName
{
color: #FFB230;
}
.AnyTagClassName
{
color: #FFB230;
}
</style>
background-color css
<style>
a { background-color: #FFB230; }
a { background-color: rgb(255,178,48); }
div.DivClassName
{
background-color: #FFB230;
}
.BgClassName
{
background-color: #FFB230;
}
</style>
border-color css
<style>
span { border-color: #FFB230; }
span { border-color: rgb(255,178,48); }
td.TdClassName
{
border-color: #FFB230;
}
.TagClassName
{
border-color: #FFB230;
}
</style>