Shades of Supernova #FFB224
Tints of Supernova #FFB224
RGB
CMYK
RGB Variations
Color information
#FFB224 (or 0xFFB224) is known color: Supernova. HEX triplet: FF, B2 and 24. RGB value is (255,178,36). Sum of RGB (Red+Green+Blue) = 255+178+36=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB224 is #004DDB. Grayscale: #B9B9B9. Windows color (decimal): -19932 or 2405119. OLE color: 2405119.
HSL color Cylindrical-coordinate representation of color #FFB224: hue angle of 38.9º 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 #FFB224 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0 |
| HSL | 38.9º | 1% | 0.57% | - |
| HSV(B) | 38.9º | 0.86% | 1% | - |
| XYZ | 57.48 | 53.23 | 8.91 | - |
| YUV | 184.84 | 44.01 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 36 | 0 | 0.30 | 0.86 | 0 | 38.9 | 1 | 0.57 |
| Hex | FF | B2 | 24 | 0 | 1E | 56 | 0 | 27 | 64 | 39 |
| Octal | 377 | 262 | 44 | 0 | 36 | 126 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110010 | 100100 | 0 | 11110 | 1010110 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB224
Complementary color
Monochromatic Colors of #FFB224
Black with #FFB224
Text Example
Text Example
White with #FFB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB224; }
p { color: rgb(255,178,36); }
H1.HeaderClassName
{
color: #FFB224;
}
.AnyTagClassName
{
color: #FFB224;
}
</style>
background-color css
<style>
a { background-color: #FFB224; }
a { background-color: rgb(255,178,36); }
div.DivClassName
{
background-color: #FFB224;
}
.BgClassName
{
background-color: #FFB224;
}
</style>
border-color css
<style>
span { border-color: #FFB224; }
span { border-color: rgb(255,178,36); }
td.TdClassName
{
border-color: #FFB224;
}
.TagClassName
{
border-color: #FFB224;
}
</style>