Shades of Supernova #FFB92D
Tints of Supernova #FFB92D
RGB
CMYK
RGB Variations
Color information
#FFB92D (or 0xFFB92D) is known color: Supernova. HEX triplet: FF, B9 and 2D. RGB value is (255,185,45). Sum of RGB (Red+Green+Blue) = 255+185+45=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB92D is #0046D2. Grayscale: #BEBEBE. Windows color (decimal): -18131 or 2996735. OLE color: 2996735.
HSL color Cylindrical-coordinate representation of color #FFB92D: hue angle of 40º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB92D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 45 | - |
| CMYK | 0 | 0.27 | 0.82 | 0 |
| HSL | 40º | 1% | 0.59% | - |
| HSV(B) | 40º | 0.82% | 1% | - |
| XYZ | 59.06 | 56.15 | 10.21 | - |
| YUV | 189.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 45 | 0 | 0.27 | 0.82 | 0 | 40 | 1 | 0.59 |
| Hex | FF | B9 | 2D | 0 | 1B | 52 | 0 | 28 | 64 | 3B |
| Octal | 377 | 271 | 55 | 0 | 33 | 122 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111001 | 101101 | 0 | 11011 | 1010010 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFB92D
Complementary color
Monochromatic Colors of #FFB92D
Black with #FFB92D
Text Example
Text Example
White with #FFB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB92D; }
p { color: rgb(255,185,45); }
H1.HeaderClassName
{
color: #FFB92D;
}
.AnyTagClassName
{
color: #FFB92D;
}
</style>
background-color css
<style>
a { background-color: #FFB92D; }
a { background-color: rgb(255,185,45); }
div.DivClassName
{
background-color: #FFB92D;
}
.BgClassName
{
background-color: #FFB92D;
}
</style>
border-color css
<style>
span { border-color: #FFB92D; }
span { border-color: rgb(255,185,45); }
td.TdClassName
{
border-color: #FFB92D;
}
.TagClassName
{
border-color: #FFB92D;
}
</style>