Shades of Supernova #FAB229
Tints of Supernova #FAB229
RGB
CMYK
RGB Variations
Color information
#FAB229 (or 0xFAB229) is known color: Supernova. HEX triplet: FA, B2 and 29. RGB value is (250,178,41). Sum of RGB (Red+Green+Blue) = 250+178+41=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB229 is #054DD6. Grayscale: #B8B8B8. Windows color (decimal): -347607 or 2732794. OLE color: 2732794.
HSL color Cylindrical-coordinate representation of color #FAB229: hue angle of 39.33º 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 #FAB229 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 41 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.02 |
| HSL | 39.33º | 0.95% | 0.57% | - |
| HSV(B) | 39.33º | 0.84% | 0.98% | - |
| XYZ | 55.74 | 52.32 | 9.26 | - |
| YUV | 183.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 41 | 0 | 0.29 | 0.84 | 0.02 | 39.33 | 0.95 | 0.57 |
| Hex | FA | B2 | 29 | 0 | 1D | 54 | 2 | 27 | 5F | 39 |
| Octal | 372 | 262 | 51 | 0 | 35 | 124 | 2 | 47 | 137 | 71 |
| Binary | 11111010 | 10110010 | 101001 | 0 | 11101 | 1010100 | 10 | 100111 | 1011111 | 111001 |
Color Harmonies of #FAB229
Complementary color
Monochromatic Colors of #FAB229
Black with #FAB229
Text Example
Text Example
White with #FAB229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB229; }
p { color: rgb(250,178,41); }
H1.HeaderClassName
{
color: #FAB229;
}
.AnyTagClassName
{
color: #FAB229;
}
</style>
background-color css
<style>
a { background-color: #FAB229; }
a { background-color: rgb(250,178,41); }
div.DivClassName
{
background-color: #FAB229;
}
.BgClassName
{
background-color: #FAB229;
}
</style>
border-color css
<style>
span { border-color: #FAB229; }
span { border-color: rgb(250,178,41); }
td.TdClassName
{
border-color: #FAB229;
}
.TagClassName
{
border-color: #FAB229;
}
</style>