Shades of Supernova #FAB42F
Tints of Supernova #FAB42F
RGB
CMYK
RGB Variations
Color information
#FAB42F (or 0xFAB42F) is known color: Supernova. HEX triplet: FA, B4 and 2F. RGB value is (250,180,47). Sum of RGB (Red+Green+Blue) = 250+180+47=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB42F is #054BD0. Grayscale: #BABABA. Windows color (decimal): -347089 or 3126522. OLE color: 3126522.
HSL color Cylindrical-coordinate representation of color #FAB42F: hue angle of 39.31º 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 #FAB42F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 47 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.02 |
| HSL | 39.31º | 0.95% | 0.58% | - |
| HSV(B) | 39.31º | 0.81% | 0.98% | - |
| XYZ | 56.26 | 53.17 | 9.99 | - |
| YUV | 185.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 47 | 0 | 0.28 | 0.81 | 0.02 | 39.31 | 0.95 | 0.58 |
| Hex | FA | B4 | 2F | 0 | 1C | 51 | 2 | 27 | 5F | 3A |
| Octal | 372 | 264 | 57 | 0 | 34 | 121 | 2 | 47 | 137 | 72 |
| Binary | 11111010 | 10110100 | 101111 | 0 | 11100 | 1010001 | 10 | 100111 | 1011111 | 111010 |
Color Harmonies of #FAB42F
Complementary color
Monochromatic Colors of #FAB42F
Black with #FAB42F
Text Example
Text Example
White with #FAB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB42F; }
p { color: rgb(250,180,47); }
H1.HeaderClassName
{
color: #FAB42F;
}
.AnyTagClassName
{
color: #FAB42F;
}
</style>
background-color css
<style>
a { background-color: #FAB42F; }
a { background-color: rgb(250,180,47); }
div.DivClassName
{
background-color: #FAB42F;
}
.BgClassName
{
background-color: #FAB42F;
}
</style>
border-color css
<style>
span { border-color: #FAB42F; }
span { border-color: rgb(250,180,47); }
td.TdClassName
{
border-color: #FAB42F;
}
.TagClassName
{
border-color: #FAB42F;
}
</style>