Shades of Supernova #FDBB3E
Tints of Supernova #FDBB3E
RGB
CMYK
RGB Variations
Color information
#FDBB3E (or 0xFDBB3E) is known color: Supernova. HEX triplet: FD, BB and 3E. RGB value is (253,187,62). Sum of RGB (Red+Green+Blue) = 253+187+62=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB3E is #0244C1. Grayscale: #C1C1C1. Windows color (decimal): -148674 or 4111357. OLE color: 4111357.
HSL color Cylindrical-coordinate representation of color #FDBB3E: hue angle of 39.27º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDBB3E is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 62 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.01 |
| HSL | 39.27º | 0.98% | 0.62% | - |
| HSV(B) | 39.27º | 0.75% | 0.99% | - |
| XYZ | 59.15 | 56.77 | 12.4 | - |
| YUV | 192.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 62 | 0 | 0.26 | 0.75 | 0.01 | 39.27 | 0.98 | 0.62 |
| Hex | FD | BB | 3E | 0 | 1A | 4B | 1 | 27 | 62 | 3E |
| Octal | 375 | 273 | 76 | 0 | 32 | 113 | 1 | 47 | 142 | 76 |
| Binary | 11111101 | 10111011 | 111110 | 0 | 11010 | 1001011 | 1 | 100111 | 1100010 | 111110 |
Color Harmonies of #FDBB3E
Complementary color
Monochromatic Colors of #FDBB3E
Black with #FDBB3E
Text Example
Text Example
White with #FDBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB3E; }
p { color: rgb(253,187,62); }
H1.HeaderClassName
{
color: #FDBB3E;
}
.AnyTagClassName
{
color: #FDBB3E;
}
</style>
background-color css
<style>
a { background-color: #FDBB3E; }
a { background-color: rgb(253,187,62); }
div.DivClassName
{
background-color: #FDBB3E;
}
.BgClassName
{
background-color: #FDBB3E;
}
</style>
border-color css
<style>
span { border-color: #FDBB3E; }
span { border-color: rgb(253,187,62); }
td.TdClassName
{
border-color: #FDBB3E;
}
.TagClassName
{
border-color: #FDBB3E;
}
</style>