Shades of Supernova #FAB83D
Tints of Supernova #FAB83D
RGB
CMYK
RGB Variations
Color information
#FAB83D (or 0xFAB83D) is known color: Supernova. HEX triplet: FA, B8 and 3D. RGB value is (250,184,61). Sum of RGB (Red+Green+Blue) = 250+184+61=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB83D is #0547C2. Grayscale: #BEBEBE. Windows color (decimal): -346051 or 4045050. OLE color: 4045050.
HSL color Cylindrical-coordinate representation of color #FAB83D: hue angle of 39.05º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAB83D is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 61 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.02 |
| HSL | 39.05º | 0.95% | 0.61% | - |
| HSV(B) | 39.05º | 0.76% | 0.98% | - |
| XYZ | 57.41 | 54.94 | 11.99 | - |
| YUV | 189.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 61 | 0 | 0.26 | 0.76 | 0.02 | 39.05 | 0.95 | 0.61 |
| Hex | FA | B8 | 3D | 0 | 1A | 4C | 2 | 27 | 5F | 3D |
| Octal | 372 | 270 | 75 | 0 | 32 | 114 | 2 | 47 | 137 | 75 |
| Binary | 11111010 | 10111000 | 111101 | 0 | 11010 | 1001100 | 10 | 100111 | 1011111 | 111101 |
Color Harmonies of #FAB83D
Complementary color
Monochromatic Colors of #FAB83D
Black with #FAB83D
Text Example
Text Example
White with #FAB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB83D; }
p { color: rgb(250,184,61); }
H1.HeaderClassName
{
color: #FAB83D;
}
.AnyTagClassName
{
color: #FAB83D;
}
</style>
background-color css
<style>
a { background-color: #FAB83D; }
a { background-color: rgb(250,184,61); }
div.DivClassName
{
background-color: #FAB83D;
}
.BgClassName
{
background-color: #FAB83D;
}
</style>
border-color css
<style>
span { border-color: #FAB83D; }
span { border-color: rgb(250,184,61); }
td.TdClassName
{
border-color: #FAB83D;
}
.TagClassName
{
border-color: #FAB83D;
}
</style>