Shades of Supernova #FAB527
Tints of Supernova #FAB527
RGB
CMYK
RGB Variations
Color information
#FAB527 (or 0xFAB527) is known color: Supernova. HEX triplet: FA, B5 and 27. RGB value is (250,181,39). Sum of RGB (Red+Green+Blue) = 250+181+39=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB527 is #054AD8. Grayscale: #BABABA. Windows color (decimal): -346841 or 2602490. OLE color: 2602490.
HSL color Cylindrical-coordinate representation of color #FAB527: hue angle of 40.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAB527 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 39 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.02 |
| HSL | 40.38º | 0.95% | 0.57% | - |
| HSV(B) | 40.38º | 0.84% | 0.98% | - |
| XYZ | 56.31 | 53.52 | 9.28 | - |
| YUV | 185.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 39 | 0 | 0.28 | 0.84 | 0.02 | 40.38 | 0.95 | 0.57 |
| Hex | FA | B5 | 27 | 0 | 1C | 54 | 2 | 28 | 5F | 39 |
| Octal | 372 | 265 | 47 | 0 | 34 | 124 | 2 | 50 | 137 | 71 |
| Binary | 11111010 | 10110101 | 100111 | 0 | 11100 | 1010100 | 10 | 101000 | 1011111 | 111001 |
Color Harmonies of #FAB527
Complementary color
Monochromatic Colors of #FAB527
Black with #FAB527
Text Example
Text Example
White with #FAB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB527; }
p { color: rgb(250,181,39); }
H1.HeaderClassName
{
color: #FAB527;
}
.AnyTagClassName
{
color: #FAB527;
}
</style>
background-color css
<style>
a { background-color: #FAB527; }
a { background-color: rgb(250,181,39); }
div.DivClassName
{
background-color: #FAB527;
}
.BgClassName
{
background-color: #FAB527;
}
</style>
border-color css
<style>
span { border-color: #FAB527; }
span { border-color: rgb(250,181,39); }
td.TdClassName
{
border-color: #FAB527;
}
.TagClassName
{
border-color: #FAB527;
}
</style>