Shades of Supernova #FABB40
Tints of Supernova #FABB40
RGB
CMYK
RGB Variations
Color information
#FABB40 (or 0xFABB40) is known color: Supernova. HEX triplet: FA, BB and 40. RGB value is (250,187,64). Sum of RGB (Red+Green+Blue) = 250+187+64=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB40 is #0544BF. Grayscale: #C0C0C0. Windows color (decimal): -345280 or 4242426. OLE color: 4242426.
HSL color Cylindrical-coordinate representation of color #FABB40: hue angle of 39.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FABB40 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 64 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.02 |
| HSL | 39.68º | 0.95% | 0.62% | - |
| HSV(B) | 39.68º | 0.74% | 0.98% | - |
| XYZ | 58.12 | 56.23 | 12.64 | - |
| YUV | 191.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 64 | 0 | 0.25 | 0.74 | 0.02 | 39.68 | 0.95 | 0.62 |
| Hex | FA | BB | 40 | 0 | 19 | 4A | 2 | 28 | 5F | 3E |
| Octal | 372 | 273 | 100 | 0 | 31 | 112 | 2 | 50 | 137 | 76 |
| Binary | 11111010 | 10111011 | 1000000 | 0 | 11001 | 1001010 | 10 | 101000 | 1011111 | 111110 |
Color Harmonies of #FABB40
Complementary color
Monochromatic Colors of #FABB40
Black with #FABB40
Text Example
Text Example
White with #FABB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB40; }
p { color: rgb(250,187,64); }
H1.HeaderClassName
{
color: #FABB40;
}
.AnyTagClassName
{
color: #FABB40;
}
</style>
background-color css
<style>
a { background-color: #FABB40; }
a { background-color: rgb(250,187,64); }
div.DivClassName
{
background-color: #FABB40;
}
.BgClassName
{
background-color: #FABB40;
}
</style>
border-color css
<style>
span { border-color: #FABB40; }
span { border-color: rgb(250,187,64); }
td.TdClassName
{
border-color: #FABB40;
}
.TagClassName
{
border-color: #FABB40;
}
</style>