Shades of Supernova #FDBD3A
Tints of Supernova #FDBD3A
RGB
CMYK
RGB Variations
Color information
#FDBD3A (or 0xFDBD3A) is known color: Supernova. HEX triplet: FD, BD and 3A. RGB value is (253,189,58). Sum of RGB (Red+Green+Blue) = 253+189+58=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD3A is #0242C5. Grayscale: #C1C1C1. Windows color (decimal): -148166 or 3849725. OLE color: 3849725.
HSL color Cylindrical-coordinate representation of color #FDBD3A: hue angle of 40.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDBD3A is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 58 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.01 |
| HSL | 40.31º | 0.98% | 0.61% | - |
| HSV(B) | 40.31º | 0.77% | 0.99% | - |
| XYZ | 59.47 | 57.58 | 11.98 | - |
| YUV | 193.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 58 | 0 | 0.25 | 0.77 | 0.01 | 40.31 | 0.98 | 0.61 |
| Hex | FD | BD | 3A | 0 | 19 | 4D | 1 | 28 | 62 | 3D |
| Octal | 375 | 275 | 72 | 0 | 31 | 115 | 1 | 50 | 142 | 75 |
| Binary | 11111101 | 10111101 | 111010 | 0 | 11001 | 1001101 | 1 | 101000 | 1100010 | 111101 |
Color Harmonies of #FDBD3A
Complementary color
Monochromatic Colors of #FDBD3A
Black with #FDBD3A
Text Example
Text Example
White with #FDBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD3A; }
p { color: rgb(253,189,58); }
H1.HeaderClassName
{
color: #FDBD3A;
}
.AnyTagClassName
{
color: #FDBD3A;
}
</style>
background-color css
<style>
a { background-color: #FDBD3A; }
a { background-color: rgb(253,189,58); }
div.DivClassName
{
background-color: #FDBD3A;
}
.BgClassName
{
background-color: #FDBD3A;
}
</style>
border-color css
<style>
span { border-color: #FDBD3A; }
span { border-color: rgb(253,189,58); }
td.TdClassName
{
border-color: #FDBD3A;
}
.TagClassName
{
border-color: #FDBD3A;
}
</style>