Shades of Supernova #FDB327
Tints of Supernova #FDB327
RGB
CMYK
RGB Variations
Color information
#FDB327 (or 0xFDB327) is known color: Supernova. HEX triplet: FD, B3 and 27. RGB value is (253,179,39). Sum of RGB (Red+Green+Blue) = 253+179+39=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB327 is #024CD8. Grayscale: #B9B9B9. Windows color (decimal): -150745 or 2601981. OLE color: 2601981.
HSL color Cylindrical-coordinate representation of color #FDB327: hue angle of 39.25º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDB327 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 39 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.01 |
| HSL | 39.25º | 0.98% | 0.57% | - |
| HSV(B) | 39.25º | 0.85% | 0.99% | - |
| XYZ | 56.99 | 53.27 | 9.2 | - |
| YUV | 185.17 | 45.52 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 39 | 0 | 0.29 | 0.85 | 0.01 | 39.25 | 0.98 | 0.57 |
| Hex | FD | B3 | 27 | 0 | 1D | 55 | 1 | 27 | 62 | 39 |
| Octal | 375 | 263 | 47 | 0 | 35 | 125 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110011 | 100111 | 0 | 11101 | 1010101 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB327
Complementary color
Monochromatic Colors of #FDB327
Black with #FDB327
Text Example
Text Example
White with #FDB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB327; }
p { color: rgb(253,179,39); }
H1.HeaderClassName
{
color: #FDB327;
}
.AnyTagClassName
{
color: #FDB327;
}
</style>
background-color css
<style>
a { background-color: #FDB327; }
a { background-color: rgb(253,179,39); }
div.DivClassName
{
background-color: #FDB327;
}
.BgClassName
{
background-color: #FDB327;
}
</style>
border-color css
<style>
span { border-color: #FDB327; }
span { border-color: rgb(253,179,39); }
td.TdClassName
{
border-color: #FDB327;
}
.TagClassName
{
border-color: #FDB327;
}
</style>