Shades of Supernova #FABB41
Tints of Supernova #FABB41
RGB
CMYK
RGB Variations
Color information
#FABB41 (or 0xFABB41) is known color: Supernova. HEX triplet: FA, BB and 41. RGB value is (250,187,65). Sum of RGB (Red+Green+Blue) = 250+187+65=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB41 is #0544BE. Grayscale: #C0C0C0. Windows color (decimal): -345279 or 4307962. OLE color: 4307962.
HSL color Cylindrical-coordinate representation of color #FABB41: hue angle of 39.57º 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 #FABB41 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 65 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.02 |
| HSL | 39.57º | 0.95% | 0.62% | - |
| HSV(B) | 39.57º | 0.74% | 0.98% | - |
| XYZ | 58.15 | 56.25 | 12.79 | - |
| YUV | 191.93 | 56.37 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 65 | 0 | 0.25 | 0.74 | 0.02 | 39.57 | 0.95 | 0.62 |
| Hex | FA | BB | 41 | 0 | 19 | 4A | 2 | 28 | 5F | 3E |
| Octal | 372 | 273 | 101 | 0 | 31 | 112 | 2 | 50 | 137 | 76 |
| Binary | 11111010 | 10111011 | 1000001 | 0 | 11001 | 1001010 | 10 | 101000 | 1011111 | 111110 |
Color Harmonies of #FABB41
Complementary color
Monochromatic Colors of #FABB41
Black with #FABB41
Text Example
Text Example
White with #FABB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB41; }
p { color: rgb(250,187,65); }
H1.HeaderClassName
{
color: #FABB41;
}
.AnyTagClassName
{
color: #FABB41;
}
</style>
background-color css
<style>
a { background-color: #FABB41; }
a { background-color: rgb(250,187,65); }
div.DivClassName
{
background-color: #FABB41;
}
.BgClassName
{
background-color: #FABB41;
}
</style>
border-color css
<style>
span { border-color: #FABB41; }
span { border-color: rgb(250,187,65); }
td.TdClassName
{
border-color: #FABB41;
}
.TagClassName
{
border-color: #FABB41;
}
</style>