Shades of Supernova #FAB430
Tints of Supernova #FAB430
RGB
CMYK
RGB Variations
Color information
#FAB430 (or 0xFAB430) is known color: Supernova. HEX triplet: FA, B4 and 30. RGB value is (250,180,48). Sum of RGB (Red+Green+Blue) = 250+180+48=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB430 is #054BCF. Grayscale: #BABABA. Windows color (decimal): -347088 or 3192058. OLE color: 3192058.
HSL color Cylindrical-coordinate representation of color #FAB430: hue angle of 39.21º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAB430 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 48 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.02 |
| HSL | 39.21º | 0.95% | 0.58% | - |
| HSV(B) | 39.21º | 0.81% | 0.98% | - |
| XYZ | 56.28 | 53.18 | 10.09 | - |
| YUV | 185.88 | 50.19 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 48 | 0 | 0.28 | 0.81 | 0.02 | 39.21 | 0.95 | 0.58 |
| Hex | FA | B4 | 30 | 0 | 1C | 51 | 2 | 27 | 5F | 3A |
| Octal | 372 | 264 | 60 | 0 | 34 | 121 | 2 | 47 | 137 | 72 |
| Binary | 11111010 | 10110100 | 110000 | 0 | 11100 | 1010001 | 10 | 100111 | 1011111 | 111010 |
Color Harmonies of #FAB430
Complementary color
Monochromatic Colors of #FAB430
Black with #FAB430
Text Example
Text Example
White with #FAB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB430; }
p { color: rgb(250,180,48); }
H1.HeaderClassName
{
color: #FAB430;
}
.AnyTagClassName
{
color: #FAB430;
}
</style>
background-color css
<style>
a { background-color: #FAB430; }
a { background-color: rgb(250,180,48); }
div.DivClassName
{
background-color: #FAB430;
}
.BgClassName
{
background-color: #FAB430;
}
</style>
border-color css
<style>
span { border-color: #FAB430; }
span { border-color: rgb(250,180,48); }
td.TdClassName
{
border-color: #FAB430;
}
.TagClassName
{
border-color: #FAB430;
}
</style>