Shades of Supernova #FDB02E
Tints of Supernova #FDB02E
RGB
CMYK
RGB Variations
Color information
#FDB02E (or 0xFDB02E) is known color: Supernova. HEX triplet: FD, B0 and 2E. RGB value is (253,176,46). Sum of RGB (Red+Green+Blue) = 253+176+46=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB02E is #024FD1. Grayscale: #B8B8B8. Windows color (decimal): -151506 or 3059965. OLE color: 3059965.
HSL color Cylindrical-coordinate representation of color #FDB02E: hue angle of 37.68º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB02E is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 46 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.01 |
| HSL | 37.68º | 0.98% | 0.59% | - |
| HSV(B) | 37.68º | 0.82% | 0.99% | - |
| XYZ | 56.53 | 52.13 | 9.67 | - |
| YUV | 184.2 | 50.01 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 46 | 0 | 0.30 | 0.82 | 0.01 | 37.68 | 0.98 | 0.59 |
| Hex | FD | B0 | 2E | 0 | 1E | 52 | 1 | 26 | 62 | 3B |
| Octal | 375 | 260 | 56 | 0 | 36 | 122 | 1 | 46 | 142 | 73 |
| Binary | 11111101 | 10110000 | 101110 | 0 | 11110 | 1010010 | 1 | 100110 | 1100010 | 111011 |
Color Harmonies of #FDB02E
Complementary color
Monochromatic Colors of #FDB02E
Black with #FDB02E
Text Example
Text Example
White with #FDB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB02E; }
p { color: rgb(253,176,46); }
H1.HeaderClassName
{
color: #FDB02E;
}
.AnyTagClassName
{
color: #FDB02E;
}
</style>
background-color css
<style>
a { background-color: #FDB02E; }
a { background-color: rgb(253,176,46); }
div.DivClassName
{
background-color: #FDB02E;
}
.BgClassName
{
background-color: #FDB02E;
}
</style>
border-color css
<style>
span { border-color: #FDB02E; }
span { border-color: rgb(253,176,46); }
td.TdClassName
{
border-color: #FDB02E;
}
.TagClassName
{
border-color: #FDB02E;
}
</style>