Shades of Supernova #FDB02F
Tints of Supernova #FDB02F
RGB
CMYK
RGB Variations
Color information
#FDB02F (or 0xFDB02F) is known color: Supernova. HEX triplet: FD, B0 and 2F. RGB value is (253,176,47). Sum of RGB (Red+Green+Blue) = 253+176+47=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB02F is #024FD0. Grayscale: #B8B8B8. Windows color (decimal): -151505 or 3125501. OLE color: 3125501.
HSL color Cylindrical-coordinate representation of color #FDB02F: hue angle of 37.57º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDB02F is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 47 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.01 |
| HSL | 37.57º | 0.98% | 0.59% | - |
| HSV(B) | 37.57º | 0.81% | 0.99% | - |
| XYZ | 56.55 | 52.14 | 9.77 | - |
| YUV | 184.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 47 | 0 | 0.30 | 0.81 | 0.01 | 37.57 | 0.98 | 0.59 |
| Hex | FD | B0 | 2F | 0 | 1E | 51 | 1 | 26 | 62 | 3B |
| Octal | 375 | 260 | 57 | 0 | 36 | 121 | 1 | 46 | 142 | 73 |
| Binary | 11111101 | 10110000 | 101111 | 0 | 11110 | 1010001 | 1 | 100110 | 1100010 | 111011 |
Color Harmonies of #FDB02F
Complementary color
Monochromatic Colors of #FDB02F
Black with #FDB02F
Text Example
Text Example
White with #FDB02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB02F; }
p { color: rgb(253,176,47); }
H1.HeaderClassName
{
color: #FDB02F;
}
.AnyTagClassName
{
color: #FDB02F;
}
</style>
background-color css
<style>
a { background-color: #FDB02F; }
a { background-color: rgb(253,176,47); }
div.DivClassName
{
background-color: #FDB02F;
}
.BgClassName
{
background-color: #FDB02F;
}
</style>
border-color css
<style>
span { border-color: #FDB02F; }
span { border-color: rgb(253,176,47); }
td.TdClassName
{
border-color: #FDB02F;
}
.TagClassName
{
border-color: #FDB02F;
}
</style>