Shades of Supernova #FABF41
Tints of Supernova #FABF41
RGB
CMYK
RGB Variations
Color information
#FABF41 (or 0xFABF41) is known color: Supernova. HEX triplet: FA, BF and 41. RGB value is (250,191,65). Sum of RGB (Red+Green+Blue) = 250+191+65=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF41 is #0540BE. Grayscale: #C2C2C2. Windows color (decimal): -344255 or 4308986. OLE color: 4308986.
HSL color Cylindrical-coordinate representation of color #FABF41: hue angle of 40.86º 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 #FABF41 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.02 |
| HSL | 40.86º | 0.95% | 0.62% | - |
| HSV(B) | 40.86º | 0.74% | 0.98% | - |
| XYZ | 59.01 | 57.97 | 13.08 | - |
| YUV | 194.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 65 | 0 | 0.24 | 0.74 | 0.02 | 40.86 | 0.95 | 0.62 |
| Hex | FA | BF | 41 | 0 | 18 | 4A | 2 | 29 | 5F | 3E |
| Octal | 372 | 277 | 101 | 0 | 30 | 112 | 2 | 51 | 137 | 76 |
| Binary | 11111010 | 10111111 | 1000001 | 0 | 11000 | 1001010 | 10 | 101001 | 1011111 | 111110 |
Color Harmonies of #FABF41
Complementary color
Monochromatic Colors of #FABF41
Black with #FABF41
Text Example
Text Example
White with #FABF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF41; }
p { color: rgb(250,191,65); }
H1.HeaderClassName
{
color: #FABF41;
}
.AnyTagClassName
{
color: #FABF41;
}
</style>
background-color css
<style>
a { background-color: #FABF41; }
a { background-color: rgb(250,191,65); }
div.DivClassName
{
background-color: #FABF41;
}
.BgClassName
{
background-color: #FABF41;
}
</style>
border-color css
<style>
span { border-color: #FABF41; }
span { border-color: rgb(250,191,65); }
td.TdClassName
{
border-color: #FABF41;
}
.TagClassName
{
border-color: #FABF41;
}
</style>