Shades of Supernova #FDB942
Tints of Supernova #FDB942
RGB
CMYK
RGB Variations
Color information
#FDB942 (or 0xFDB942) is known color: Supernova. HEX triplet: FD, B9 and 42. RGB value is (253,185,66). Sum of RGB (Red+Green+Blue) = 253+185+66=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB942 is #0246BD. Grayscale: #C0C0C0. Windows color (decimal): -149182 or 4372989. OLE color: 4372989.
HSL color Cylindrical-coordinate representation of color #FDB942: hue angle of 38.18º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDB942 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 66 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.01 |
| HSL | 38.18º | 0.98% | 0.63% | - |
| HSV(B) | 38.18º | 0.74% | 0.99% | - |
| XYZ | 58.84 | 55.97 | 12.86 | - |
| YUV | 191.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 66 | 0 | 0.27 | 0.74 | 0.01 | 38.18 | 0.98 | 0.63 |
| Hex | FD | B9 | 42 | 0 | 1B | 4A | 1 | 26 | 62 | 3F |
| Octal | 375 | 271 | 102 | 0 | 33 | 112 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111001 | 1000010 | 0 | 11011 | 1001010 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB942
Complementary color
Monochromatic Colors of #FDB942
Black with #FDB942
Text Example
Text Example
White with #FDB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB942; }
p { color: rgb(253,185,66); }
H1.HeaderClassName
{
color: #FDB942;
}
.AnyTagClassName
{
color: #FDB942;
}
</style>
background-color css
<style>
a { background-color: #FDB942; }
a { background-color: rgb(253,185,66); }
div.DivClassName
{
background-color: #FDB942;
}
.BgClassName
{
background-color: #FDB942;
}
</style>
border-color css
<style>
span { border-color: #FDB942; }
span { border-color: rgb(253,185,66); }
td.TdClassName
{
border-color: #FDB942;
}
.TagClassName
{
border-color: #FDB942;
}
</style>