Shades of Supernova #FAB72C
Tints of Supernova #FAB72C
RGB
CMYK
RGB Variations
Color information
#FAB72C (or 0xFAB72C) is known color: Supernova. HEX triplet: FA, B7 and 2C. RGB value is (250,183,44). Sum of RGB (Red+Green+Blue) = 250+183+44=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB72C is #0548D3. Grayscale: #BBBBBB. Windows color (decimal): -346324 or 2930682. OLE color: 2930682.
HSL color Cylindrical-coordinate representation of color #FAB72C: hue angle of 40.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAB72C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 44 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.02 |
| HSL | 40.49º | 0.95% | 0.58% | - |
| HSV(B) | 40.49º | 0.82% | 0.98% | - |
| XYZ | 56.81 | 54.37 | 9.88 | - |
| YUV | 187.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 44 | 0 | 0.27 | 0.82 | 0.02 | 40.49 | 0.95 | 0.58 |
| Hex | FA | B7 | 2C | 0 | 1B | 52 | 2 | 28 | 5F | 3A |
| Octal | 372 | 267 | 54 | 0 | 33 | 122 | 2 | 50 | 137 | 72 |
| Binary | 11111010 | 10110111 | 101100 | 0 | 11011 | 1010010 | 10 | 101000 | 1011111 | 111010 |
Color Harmonies of #FAB72C
Complementary color
Monochromatic Colors of #FAB72C
Black with #FAB72C
Text Example
Text Example
White with #FAB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB72C; }
p { color: rgb(250,183,44); }
H1.HeaderClassName
{
color: #FAB72C;
}
.AnyTagClassName
{
color: #FAB72C;
}
</style>
background-color css
<style>
a { background-color: #FAB72C; }
a { background-color: rgb(250,183,44); }
div.DivClassName
{
background-color: #FAB72C;
}
.BgClassName
{
background-color: #FAB72C;
}
</style>
border-color css
<style>
span { border-color: #FAB72C; }
span { border-color: rgb(250,183,44); }
td.TdClassName
{
border-color: #FAB72C;
}
.TagClassName
{
border-color: #FAB72C;
}
</style>