Shades of Supernova #FABD42
Tints of Supernova #FABD42
RGB
CMYK
RGB Variations
Color information
#FABD42 (or 0xFABD42) is known color: Supernova. HEX triplet: FA, BD and 42. RGB value is (250,189,66). Sum of RGB (Red+Green+Blue) = 250+189+66=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD42 is #0542BD. Grayscale: #C1C1C1. Windows color (decimal): -344766 or 4374010. OLE color: 4374010.
HSL color Cylindrical-coordinate representation of color #FABD42: hue angle of 40.11º 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 #FABD42 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 66 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.02 |
| HSL | 40.11º | 0.95% | 0.62% | - |
| HSV(B) | 40.11º | 0.74% | 0.98% | - |
| XYZ | 58.61 | 57.11 | 13.09 | - |
| YUV | 193.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 66 | 0 | 0.24 | 0.74 | 0.02 | 40.11 | 0.95 | 0.62 |
| Hex | FA | BD | 42 | 0 | 18 | 4A | 2 | 28 | 5F | 3E |
| Octal | 372 | 275 | 102 | 0 | 30 | 112 | 2 | 50 | 137 | 76 |
| Binary | 11111010 | 10111101 | 1000010 | 0 | 11000 | 1001010 | 10 | 101000 | 1011111 | 111110 |
Color Harmonies of #FABD42
Complementary color
Monochromatic Colors of #FABD42
Black with #FABD42
Text Example
Text Example
White with #FABD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD42; }
p { color: rgb(250,189,66); }
H1.HeaderClassName
{
color: #FABD42;
}
.AnyTagClassName
{
color: #FABD42;
}
</style>
background-color css
<style>
a { background-color: #FABD42; }
a { background-color: rgb(250,189,66); }
div.DivClassName
{
background-color: #FABD42;
}
.BgClassName
{
background-color: #FABD42;
}
</style>
border-color css
<style>
span { border-color: #FABD42; }
span { border-color: rgb(250,189,66); }
td.TdClassName
{
border-color: #FABD42;
}
.TagClassName
{
border-color: #FABD42;
}
</style>