Shades of Supernova #FFB22B
Tints of Supernova #FFB22B
RGB
CMYK
RGB Variations
Color information
#FFB22B (or 0xFFB22B) is known color: Supernova. HEX triplet: FF, B2 and 2B. RGB value is (255,178,43). Sum of RGB (Red+Green+Blue) = 255+178+43=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB22B is #004DD4. Grayscale: #BABABA. Windows color (decimal): -19925 or 2863871. OLE color: 2863871.
HSL color Cylindrical-coordinate representation of color #FFB22B: hue angle of 38.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB22B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 43 | - |
| CMYK | 0 | 0.30 | 0.83 | 0 |
| HSL | 38.21º | 1% | 0.58% | - |
| HSV(B) | 38.21º | 0.83% | 1% | - |
| XYZ | 57.6 | 53.28 | 9.53 | - |
| YUV | 185.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 43 | 0 | 0.30 | 0.83 | 0 | 38.21 | 1 | 0.58 |
| Hex | FF | B2 | 2B | 0 | 1E | 53 | 0 | 26 | 64 | 3A |
| Octal | 377 | 262 | 53 | 0 | 36 | 123 | 0 | 46 | 144 | 72 |
| Binary | 11111111 | 10110010 | 101011 | 0 | 11110 | 1010011 | 0 | 100110 | 1100100 | 111010 |
Color Harmonies of #FFB22B
Complementary color
Monochromatic Colors of #FFB22B
Black with #FFB22B
Text Example
Text Example
White with #FFB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB22B; }
p { color: rgb(255,178,43); }
H1.HeaderClassName
{
color: #FFB22B;
}
.AnyTagClassName
{
color: #FFB22B;
}
</style>
background-color css
<style>
a { background-color: #FFB22B; }
a { background-color: rgb(255,178,43); }
div.DivClassName
{
background-color: #FFB22B;
}
.BgClassName
{
background-color: #FFB22B;
}
</style>
border-color css
<style>
span { border-color: #FFB22B; }
span { border-color: rgb(255,178,43); }
td.TdClassName
{
border-color: #FFB22B;
}
.TagClassName
{
border-color: #FFB22B;
}
</style>