Shades of Supernova #FAB83B
Tints of Supernova #FAB83B
RGB
CMYK
RGB Variations
Color information
#FAB83B (or 0xFAB83B) is known color: Supernova. HEX triplet: FA, B8 and 3B. RGB value is (250,184,59). Sum of RGB (Red+Green+Blue) = 250+184+59=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB83B is #0547C4. Grayscale: #BEBEBE. Windows color (decimal): -346053 or 3913978. OLE color: 3913978.
HSL color Cylindrical-coordinate representation of color #FAB83B: hue angle of 39.27º 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 #FAB83B is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 59 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.02 |
| HSL | 39.27º | 0.95% | 0.61% | - |
| HSV(B) | 39.27º | 0.76% | 0.98% | - |
| XYZ | 57.35 | 54.92 | 11.72 | - |
| YUV | 189.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 59 | 0 | 0.26 | 0.76 | 0.02 | 39.27 | 0.95 | 0.61 |
| Hex | FA | B8 | 3B | 0 | 1A | 4C | 2 | 27 | 5F | 3D |
| Octal | 372 | 270 | 73 | 0 | 32 | 114 | 2 | 47 | 137 | 75 |
| Binary | 11111010 | 10111000 | 111011 | 0 | 11010 | 1001100 | 10 | 100111 | 1011111 | 111101 |
Color Harmonies of #FAB83B
Complementary color
Monochromatic Colors of #FAB83B
Black with #FAB83B
Text Example
Text Example
White with #FAB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB83B; }
p { color: rgb(250,184,59); }
H1.HeaderClassName
{
color: #FAB83B;
}
.AnyTagClassName
{
color: #FAB83B;
}
</style>
background-color css
<style>
a { background-color: #FAB83B; }
a { background-color: rgb(250,184,59); }
div.DivClassName
{
background-color: #FAB83B;
}
.BgClassName
{
background-color: #FAB83B;
}
</style>
border-color css
<style>
span { border-color: #FAB83B; }
span { border-color: rgb(250,184,59); }
td.TdClassName
{
border-color: #FAB83B;
}
.TagClassName
{
border-color: #FAB83B;
}
</style>