Shades of Supernova #FDB538
Tints of Supernova #FDB538
RGB
CMYK
RGB Variations
Color information
#FDB538 (or 0xFDB538) is known color: Supernova. HEX triplet: FD, B5 and 38. RGB value is (253,181,56). Sum of RGB (Red+Green+Blue) = 253+181+56=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB538 is #024AC7. Grayscale: #BCBCBC. Windows color (decimal): -150216 or 3716605. OLE color: 3716605.
HSL color Cylindrical-coordinate representation of color #FDB538: hue angle of 38.07º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDB538 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 56 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.01 |
| HSL | 38.07º | 0.98% | 0.61% | - |
| HSV(B) | 38.07º | 0.78% | 0.99% | - |
| XYZ | 57.75 | 54.22 | 11.16 | - |
| YUV | 188.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 56 | 0 | 0.28 | 0.78 | 0.01 | 38.07 | 0.98 | 0.61 |
| Hex | FD | B5 | 38 | 0 | 1C | 4E | 1 | 26 | 62 | 3D |
| Octal | 375 | 265 | 70 | 0 | 34 | 116 | 1 | 46 | 142 | 75 |
| Binary | 11111101 | 10110101 | 111000 | 0 | 11100 | 1001110 | 1 | 100110 | 1100010 | 111101 |
Color Harmonies of #FDB538
Complementary color
Monochromatic Colors of #FDB538
Black with #FDB538
Text Example
Text Example
White with #FDB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB538; }
p { color: rgb(253,181,56); }
H1.HeaderClassName
{
color: #FDB538;
}
.AnyTagClassName
{
color: #FDB538;
}
</style>
background-color css
<style>
a { background-color: #FDB538; }
a { background-color: rgb(253,181,56); }
div.DivClassName
{
background-color: #FDB538;
}
.BgClassName
{
background-color: #FDB538;
}
</style>
border-color css
<style>
span { border-color: #FDB538; }
span { border-color: rgb(253,181,56); }
td.TdClassName
{
border-color: #FDB538;
}
.TagClassName
{
border-color: #FDB538;
}
</style>