Shades of Supernova #FBB32F
Tints of Supernova #FBB32F
RGB
CMYK
RGB Variations
Color information
#FBB32F (or 0xFBB32F) is known color: Supernova. HEX triplet: FB, B3 and 2F. RGB value is (251,179,47). Sum of RGB (Red+Green+Blue) = 251+179+47=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB32F is #044CD0. Grayscale: #BABABA. Windows color (decimal): -281809 or 3126267. OLE color: 3126267.
HSL color Cylindrical-coordinate representation of color #FBB32F: hue angle of 38.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBB32F is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 47 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.02 |
| HSL | 38.82º | 0.96% | 0.58% | - |
| HSV(B) | 38.82º | 0.81% | 0.98% | - |
| XYZ | 56.42 | 52.95 | 9.94 | - |
| YUV | 185.48 | 49.85 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 47 | 0 | 0.29 | 0.81 | 0.02 | 38.82 | 0.96 | 0.58 |
| Hex | FB | B3 | 2F | 0 | 1D | 51 | 2 | 27 | 60 | 3A |
| Octal | 373 | 263 | 57 | 0 | 35 | 121 | 2 | 47 | 140 | 72 |
| Binary | 11111011 | 10110011 | 101111 | 0 | 11101 | 1010001 | 10 | 100111 | 1100000 | 111010 |
Color Harmonies of #FBB32F
Complementary color
Monochromatic Colors of #FBB32F
Black with #FBB32F
Text Example
Text Example
White with #FBB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB32F; }
p { color: rgb(251,179,47); }
H1.HeaderClassName
{
color: #FBB32F;
}
.AnyTagClassName
{
color: #FBB32F;
}
</style>
background-color css
<style>
a { background-color: #FBB32F; }
a { background-color: rgb(251,179,47); }
div.DivClassName
{
background-color: #FBB32F;
}
.BgClassName
{
background-color: #FBB32F;
}
</style>
border-color css
<style>
span { border-color: #FBB32F; }
span { border-color: rgb(251,179,47); }
td.TdClassName
{
border-color: #FBB32F;
}
.TagClassName
{
border-color: #FBB32F;
}
</style>