Shades of Supernova #FDB42A
Tints of Supernova #FDB42A
RGB
CMYK
RGB Variations
Color information
#FDB42A (or 0xFDB42A) is known color: Supernova. HEX triplet: FD, B4 and 2A. RGB value is (253,180,42). Sum of RGB (Red+Green+Blue) = 253+180+42=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB42A is #024BD5. Grayscale: #BABABA. Windows color (decimal): -150486 or 2798845. OLE color: 2798845.
HSL color Cylindrical-coordinate representation of color #FDB42A: hue angle of 39.24º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDB42A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 42 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.01 |
| HSL | 39.24º | 0.98% | 0.58% | - |
| HSV(B) | 39.24º | 0.83% | 0.99% | - |
| XYZ | 57.25 | 53.69 | 9.54 | - |
| YUV | 186.1 | 46.68 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 42 | 0 | 0.29 | 0.83 | 0.01 | 39.24 | 0.98 | 0.58 |
| Hex | FD | B4 | 2A | 0 | 1D | 53 | 1 | 27 | 62 | 3A |
| Octal | 375 | 264 | 52 | 0 | 35 | 123 | 1 | 47 | 142 | 72 |
| Binary | 11111101 | 10110100 | 101010 | 0 | 11101 | 1010011 | 1 | 100111 | 1100010 | 111010 |
Color Harmonies of #FDB42A
Complementary color
Monochromatic Colors of #FDB42A
Black with #FDB42A
Text Example
Text Example
White with #FDB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB42A; }
p { color: rgb(253,180,42); }
H1.HeaderClassName
{
color: #FDB42A;
}
.AnyTagClassName
{
color: #FDB42A;
}
</style>
background-color css
<style>
a { background-color: #FDB42A; }
a { background-color: rgb(253,180,42); }
div.DivClassName
{
background-color: #FDB42A;
}
.BgClassName
{
background-color: #FDB42A;
}
</style>
border-color css
<style>
span { border-color: #FDB42A; }
span { border-color: rgb(253,180,42); }
td.TdClassName
{
border-color: #FDB42A;
}
.TagClassName
{
border-color: #FDB42A;
}
</style>