Shades of Supernova #FFB92F
Tints of Supernova #FFB92F
RGB
CMYK
RGB Variations
Color information
#FFB92F (or 0xFFB92F) is known color: Supernova. HEX triplet: FF, B9 and 2F. RGB value is (255,185,47). Sum of RGB (Red+Green+Blue) = 255+185+47=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB92F is #0046D0. Grayscale: #BEBEBE. Windows color (decimal): -18129 or 3127807. OLE color: 3127807.
HSL color Cylindrical-coordinate representation of color #FFB92F: hue angle of 39.81º 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 #FFB92F is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 47 | - |
| CMYK | 0 | 0.27 | 0.82 | 0 |
| HSL | 39.81º | 1% | 0.59% | - |
| HSV(B) | 39.81º | 0.82% | 1% | - |
| XYZ | 59.1 | 56.16 | 10.41 | - |
| YUV | 190.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 47 | 0 | 0.27 | 0.82 | 0 | 39.81 | 1 | 0.59 |
| Hex | FF | B9 | 2F | 0 | 1B | 52 | 0 | 28 | 64 | 3B |
| Octal | 377 | 271 | 57 | 0 | 33 | 122 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111001 | 101111 | 0 | 11011 | 1010010 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFB92F
Complementary color
Monochromatic Colors of #FFB92F
Black with #FFB92F
Text Example
Text Example
White with #FFB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB92F; }
p { color: rgb(255,185,47); }
H1.HeaderClassName
{
color: #FFB92F;
}
.AnyTagClassName
{
color: #FFB92F;
}
</style>
background-color css
<style>
a { background-color: #FFB92F; }
a { background-color: rgb(255,185,47); }
div.DivClassName
{
background-color: #FFB92F;
}
.BgClassName
{
background-color: #FFB92F;
}
</style>
border-color css
<style>
span { border-color: #FFB92F; }
span { border-color: rgb(255,185,47); }
td.TdClassName
{
border-color: #FFB92F;
}
.TagClassName
{
border-color: #FFB92F;
}
</style>