Shades of Supernova #FFB92C
Tints of Supernova #FFB92C
RGB
CMYK
RGB Variations
Color information
#FFB92C (or 0xFFB92C) is known color: Supernova. HEX triplet: FF, B9 and 2C. RGB value is (255,185,44). Sum of RGB (Red+Green+Blue) = 255+185+44=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB92C is #0046D3. Grayscale: #BEBEBE. Windows color (decimal): -18132 or 2931199. OLE color: 2931199.
HSL color Cylindrical-coordinate representation of color #FFB92C: hue angle of 40.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB92C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 44 | - |
| CMYK | 0 | 0.27 | 0.83 | 0 |
| HSL | 40.09º | 1% | 0.59% | - |
| HSV(B) | 40.09º | 0.83% | 1% | - |
| XYZ | 59.04 | 56.14 | 10.11 | - |
| YUV | 189.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 44 | 0 | 0.27 | 0.83 | 0 | 40.09 | 1 | 0.59 |
| Hex | FF | B9 | 2C | 0 | 1B | 53 | 0 | 28 | 64 | 3B |
| Octal | 377 | 271 | 54 | 0 | 33 | 123 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111001 | 101100 | 0 | 11011 | 1010011 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFB92C
Complementary color
Monochromatic Colors of #FFB92C
Black with #FFB92C
Text Example
Text Example
White with #FFB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB92C; }
p { color: rgb(255,185,44); }
H1.HeaderClassName
{
color: #FFB92C;
}
.AnyTagClassName
{
color: #FFB92C;
}
</style>
background-color css
<style>
a { background-color: #FFB92C; }
a { background-color: rgb(255,185,44); }
div.DivClassName
{
background-color: #FFB92C;
}
.BgClassName
{
background-color: #FFB92C;
}
</style>
border-color css
<style>
span { border-color: #FFB92C; }
span { border-color: rgb(255,185,44); }
td.TdClassName
{
border-color: #FFB92C;
}
.TagClassName
{
border-color: #FFB92C;
}
</style>