Shades of Supernova #FABD37
Tints of Supernova #FABD37
RGB
CMYK
RGB Variations
Color information
#FABD37 (or 0xFABD37) is known color: Supernova. HEX triplet: FA, BD and 37. RGB value is (250,189,55). Sum of RGB (Red+Green+Blue) = 250+189+55=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD37 is #0542C8. Grayscale: #C0C0C0. Windows color (decimal): -344777 or 3653114. OLE color: 3653114.
HSL color Cylindrical-coordinate representation of color #FABD37: hue angle of 41.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FABD37 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 55 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.02 |
| HSL | 41.23º | 0.95% | 0.6% | - |
| HSV(B) | 41.23º | 0.78% | 0.98% | - |
| XYZ | 58.31 | 57 | 11.54 | - |
| YUV | 191.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 55 | 0 | 0.24 | 0.78 | 0.02 | 41.23 | 0.95 | 0.6 |
| Hex | FA | BD | 37 | 0 | 18 | 4E | 2 | 29 | 5F | 3C |
| Octal | 372 | 275 | 67 | 0 | 30 | 116 | 2 | 51 | 137 | 74 |
| Binary | 11111010 | 10111101 | 110111 | 0 | 11000 | 1001110 | 10 | 101001 | 1011111 | 111100 |
Color Harmonies of #FABD37
Complementary color
Monochromatic Colors of #FABD37
Black with #FABD37
Text Example
Text Example
White with #FABD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD37; }
p { color: rgb(250,189,55); }
H1.HeaderClassName
{
color: #FABD37;
}
.AnyTagClassName
{
color: #FABD37;
}
</style>
background-color css
<style>
a { background-color: #FABD37; }
a { background-color: rgb(250,189,55); }
div.DivClassName
{
background-color: #FABD37;
}
.BgClassName
{
background-color: #FABD37;
}
</style>
border-color css
<style>
span { border-color: #FABD37; }
span { border-color: rgb(250,189,55); }
td.TdClassName
{
border-color: #FABD37;
}
.TagClassName
{
border-color: #FABD37;
}
</style>