Shades of Supernova #FDB92D
Tints of Supernova #FDB92D
RGB
CMYK
RGB Variations
Color information
#FDB92D (or 0xFDB92D) is known color: Supernova. HEX triplet: FD, B9 and 2D. RGB value is (253,185,45). Sum of RGB (Red+Green+Blue) = 253+185+45=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB92D is #0246D2. Grayscale: #BDBDBD. Windows color (decimal): -149203 or 2996733. OLE color: 2996733.
HSL color Cylindrical-coordinate representation of color #FDB92D: hue angle of 40.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB92D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 45 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.01 |
| HSL | 40.38º | 0.98% | 0.58% | - |
| HSV(B) | 40.38º | 0.82% | 0.99% | - |
| XYZ | 58.33 | 55.77 | 10.17 | - |
| YUV | 189.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 45 | 0 | 0.27 | 0.82 | 0.01 | 40.38 | 0.98 | 0.58 |
| Hex | FD | B9 | 2D | 0 | 1B | 52 | 1 | 28 | 62 | 3A |
| Octal | 375 | 271 | 55 | 0 | 33 | 122 | 1 | 50 | 142 | 72 |
| Binary | 11111101 | 10111001 | 101101 | 0 | 11011 | 1010010 | 1 | 101000 | 1100010 | 111010 |
Color Harmonies of #FDB92D
Complementary color
Monochromatic Colors of #FDB92D
Black with #FDB92D
Text Example
Text Example
White with #FDB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB92D; }
p { color: rgb(253,185,45); }
H1.HeaderClassName
{
color: #FDB92D;
}
.AnyTagClassName
{
color: #FDB92D;
}
</style>
background-color css
<style>
a { background-color: #FDB92D; }
a { background-color: rgb(253,185,45); }
div.DivClassName
{
background-color: #FDB92D;
}
.BgClassName
{
background-color: #FDB92D;
}
</style>
border-color css
<style>
span { border-color: #FDB92D; }
span { border-color: rgb(253,185,45); }
td.TdClassName
{
border-color: #FDB92D;
}
.TagClassName
{
border-color: #FDB92D;
}
</style>