Shades of Supernova #FABB42
Tints of Supernova #FABB42
RGB
CMYK
RGB Variations
Color information
#FABB42 (or 0xFABB42) is known color: Supernova. HEX triplet: FA, BB and 42. RGB value is (250,187,66). Sum of RGB (Red+Green+Blue) = 250+187+66=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB42 is #0544BD. Grayscale: #C0C0C0. Windows color (decimal): -345278 or 4373498. OLE color: 4373498.
HSL color Cylindrical-coordinate representation of color #FABB42: hue angle of 39.46º 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 #FABB42 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 66 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.02 |
| HSL | 39.46º | 0.95% | 0.62% | - |
| HSV(B) | 39.46º | 0.74% | 0.98% | - |
| XYZ | 58.18 | 56.26 | 12.95 | - |
| YUV | 192.04 | 56.87 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 66 | 0 | 0.25 | 0.74 | 0.02 | 39.46 | 0.95 | 0.62 |
| Hex | FA | BB | 42 | 0 | 19 | 4A | 2 | 27 | 5F | 3E |
| Octal | 372 | 273 | 102 | 0 | 31 | 112 | 2 | 47 | 137 | 76 |
| Binary | 11111010 | 10111011 | 1000010 | 0 | 11001 | 1001010 | 10 | 100111 | 1011111 | 111110 |
Color Harmonies of #FABB42
Complementary color
Monochromatic Colors of #FABB42
Black with #FABB42
Text Example
Text Example
White with #FABB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB42; }
p { color: rgb(250,187,66); }
H1.HeaderClassName
{
color: #FABB42;
}
.AnyTagClassName
{
color: #FABB42;
}
</style>
background-color css
<style>
a { background-color: #FABB42; }
a { background-color: rgb(250,187,66); }
div.DivClassName
{
background-color: #FABB42;
}
.BgClassName
{
background-color: #FABB42;
}
</style>
border-color css
<style>
span { border-color: #FABB42; }
span { border-color: rgb(250,187,66); }
td.TdClassName
{
border-color: #FABB42;
}
.TagClassName
{
border-color: #FABB42;
}
</style>