Shades of Supernova #FAB935
Tints of Supernova #FAB935
RGB
CMYK
RGB Variations
Color information
#FAB935 (or 0xFAB935) is known color: Supernova. HEX triplet: FA, B9 and 35. RGB value is (250,185,53). Sum of RGB (Red+Green+Blue) = 250+185+53=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB935 is #0546CA. Grayscale: #BDBDBD. Windows color (decimal): -345803 or 3521018. OLE color: 3521018.
HSL color Cylindrical-coordinate representation of color #FAB935: hue angle of 40.2º 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 #FAB935 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 53 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.02 |
| HSL | 40.2º | 0.95% | 0.59% | - |
| HSV(B) | 40.2º | 0.79% | 0.98% | - |
| XYZ | 57.42 | 55.28 | 11.01 | - |
| YUV | 189.39 | 51.03 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 53 | 0 | 0.26 | 0.79 | 0.02 | 40.2 | 0.95 | 0.59 |
| Hex | FA | B9 | 35 | 0 | 1A | 4F | 2 | 28 | 5F | 3B |
| Octal | 372 | 271 | 65 | 0 | 32 | 117 | 2 | 50 | 137 | 73 |
| Binary | 11111010 | 10111001 | 110101 | 0 | 11010 | 1001111 | 10 | 101000 | 1011111 | 111011 |
Color Harmonies of #FAB935
Complementary color
Monochromatic Colors of #FAB935
Black with #FAB935
Text Example
Text Example
White with #FAB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB935; }
p { color: rgb(250,185,53); }
H1.HeaderClassName
{
color: #FAB935;
}
.AnyTagClassName
{
color: #FAB935;
}
</style>
background-color css
<style>
a { background-color: #FAB935; }
a { background-color: rgb(250,185,53); }
div.DivClassName
{
background-color: #FAB935;
}
.BgClassName
{
background-color: #FAB935;
}
</style>
border-color css
<style>
span { border-color: #FAB935; }
span { border-color: rgb(250,185,53); }
td.TdClassName
{
border-color: #FAB935;
}
.TagClassName
{
border-color: #FAB935;
}
</style>