Shades of Supernova #FAB32B
Tints of Supernova #FAB32B
RGB
CMYK
RGB Variations
Color information
#FAB32B (or 0xFAB32B) is known color: Supernova. HEX triplet: FA, B3 and 2B. RGB value is (250,179,43). Sum of RGB (Red+Green+Blue) = 250+179+43=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB32B is #054CD4. Grayscale: #B9B9B9. Windows color (decimal): -347349 or 2864122. OLE color: 2864122.
HSL color Cylindrical-coordinate representation of color #FAB32B: hue angle of 39.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAB32B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 43 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.02 |
| HSL | 39.42º | 0.95% | 0.57% | - |
| HSV(B) | 39.42º | 0.83% | 0.98% | - |
| XYZ | 55.98 | 52.74 | 9.51 | - |
| YUV | 184.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 43 | 0 | 0.28 | 0.83 | 0.02 | 39.42 | 0.95 | 0.57 |
| Hex | FA | B3 | 2B | 0 | 1C | 53 | 2 | 27 | 5F | 39 |
| Octal | 372 | 263 | 53 | 0 | 34 | 123 | 2 | 47 | 137 | 71 |
| Binary | 11111010 | 10110011 | 101011 | 0 | 11100 | 1010011 | 10 | 100111 | 1011111 | 111001 |
Color Harmonies of #FAB32B
Complementary color
Monochromatic Colors of #FAB32B
Black with #FAB32B
Text Example
Text Example
White with #FAB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB32B; }
p { color: rgb(250,179,43); }
H1.HeaderClassName
{
color: #FAB32B;
}
.AnyTagClassName
{
color: #FAB32B;
}
</style>
background-color css
<style>
a { background-color: #FAB32B; }
a { background-color: rgb(250,179,43); }
div.DivClassName
{
background-color: #FAB32B;
}
.BgClassName
{
background-color: #FAB32B;
}
</style>
border-color css
<style>
span { border-color: #FAB32B; }
span { border-color: rgb(250,179,43); }
td.TdClassName
{
border-color: #FAB32B;
}
.TagClassName
{
border-color: #FAB32B;
}
</style>