Shades of Supernova #FABB35
Tints of Supernova #FABB35
RGB
CMYK
RGB Variations
Color information
#FABB35 (or 0xFABB35) is known color: Supernova. HEX triplet: FA, BB and 35. RGB value is (250,187,53). Sum of RGB (Red+Green+Blue) = 250+187+53=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB35 is #0544CA. Grayscale: #BFBFBF. Windows color (decimal): -345291 or 3521530. OLE color: 3521530.
HSL color Cylindrical-coordinate representation of color #FABB35: hue angle of 40.81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FABB35 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 53 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.02 |
| HSL | 40.81º | 0.95% | 0.59% | - |
| HSV(B) | 40.81º | 0.79% | 0.98% | - |
| XYZ | 57.84 | 56.12 | 11.15 | - |
| YUV | 190.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 53 | 0 | 0.25 | 0.79 | 0.02 | 40.81 | 0.95 | 0.59 |
| Hex | FA | BB | 35 | 0 | 19 | 4F | 2 | 29 | 5F | 3B |
| Octal | 372 | 273 | 65 | 0 | 31 | 117 | 2 | 51 | 137 | 73 |
| Binary | 11111010 | 10111011 | 110101 | 0 | 11001 | 1001111 | 10 | 101001 | 1011111 | 111011 |
Color Harmonies of #FABB35
Complementary color
Monochromatic Colors of #FABB35
Black with #FABB35
Text Example
Text Example
White with #FABB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB35; }
p { color: rgb(250,187,53); }
H1.HeaderClassName
{
color: #FABB35;
}
.AnyTagClassName
{
color: #FABB35;
}
</style>
background-color css
<style>
a { background-color: #FABB35; }
a { background-color: rgb(250,187,53); }
div.DivClassName
{
background-color: #FABB35;
}
.BgClassName
{
background-color: #FABB35;
}
</style>
border-color css
<style>
span { border-color: #FABB35; }
span { border-color: rgb(250,187,53); }
td.TdClassName
{
border-color: #FABB35;
}
.TagClassName
{
border-color: #FABB35;
}
</style>