Shades of Supernova #FAB92D
Tints of Supernova #FAB92D
RGB
CMYK
RGB Variations
Color information
#FAB92D (or 0xFAB92D) is known color: Supernova. HEX triplet: FA, B9 and 2D. RGB value is (250,185,45). Sum of RGB (Red+Green+Blue) = 250+185+45=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB92D is #0546D2. Grayscale: #BDBDBD. Windows color (decimal): -345811 or 2996730. OLE color: 2996730.
HSL color Cylindrical-coordinate representation of color #FAB92D: hue angle of 40.98º 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 #FAB92D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 45 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.02 |
| HSL | 40.98º | 0.95% | 0.58% | - |
| HSV(B) | 40.98º | 0.82% | 0.98% | - |
| XYZ | 57.25 | 55.21 | 10.12 | - |
| YUV | 188.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 45 | 0 | 0.26 | 0.82 | 0.02 | 40.98 | 0.95 | 0.58 |
| Hex | FA | B9 | 2D | 0 | 1A | 52 | 2 | 29 | 5F | 3A |
| Octal | 372 | 271 | 55 | 0 | 32 | 122 | 2 | 51 | 137 | 72 |
| Binary | 11111010 | 10111001 | 101101 | 0 | 11010 | 1010010 | 10 | 101001 | 1011111 | 111010 |
Color Harmonies of #FAB92D
Complementary color
Monochromatic Colors of #FAB92D
Black with #FAB92D
Text Example
Text Example
White with #FAB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB92D; }
p { color: rgb(250,185,45); }
H1.HeaderClassName
{
color: #FAB92D;
}
.AnyTagClassName
{
color: #FAB92D;
}
</style>
background-color css
<style>
a { background-color: #FAB92D; }
a { background-color: rgb(250,185,45); }
div.DivClassName
{
background-color: #FAB92D;
}
.BgClassName
{
background-color: #FAB92D;
}
</style>
border-color css
<style>
span { border-color: #FAB92D; }
span { border-color: rgb(250,185,45); }
td.TdClassName
{
border-color: #FAB92D;
}
.TagClassName
{
border-color: #FAB92D;
}
</style>