Shades of Supernova #FDB932
Tints of Supernova #FDB932
RGB
CMYK
RGB Variations
Color information
#FDB932 (or 0xFDB932) is known color: Supernova. HEX triplet: FD, B9 and 32. RGB value is (253,185,50). Sum of RGB (Red+Green+Blue) = 253+185+50=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB932 is #0246CD. Grayscale: #BEBEBE. Windows color (decimal): -149198 or 3324413. OLE color: 3324413.
HSL color Cylindrical-coordinate representation of color #FDB932: hue angle of 39.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDB932 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 50 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.01 |
| HSL | 39.9º | 0.98% | 0.59% | - |
| HSV(B) | 39.9º | 0.8% | 0.99% | - |
| XYZ | 58.43 | 55.81 | 10.71 | - |
| YUV | 189.94 | 49.03 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 50 | 0 | 0.27 | 0.80 | 0.01 | 39.9 | 0.98 | 0.59 |
| Hex | FD | B9 | 32 | 0 | 1B | 50 | 1 | 28 | 62 | 3B |
| Octal | 375 | 271 | 62 | 0 | 33 | 120 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111001 | 110010 | 0 | 11011 | 1010000 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB932
Complementary color
Monochromatic Colors of #FDB932
Black with #FDB932
Text Example
Text Example
White with #FDB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB932; }
p { color: rgb(253,185,50); }
H1.HeaderClassName
{
color: #FDB932;
}
.AnyTagClassName
{
color: #FDB932;
}
</style>
background-color css
<style>
a { background-color: #FDB932; }
a { background-color: rgb(253,185,50); }
div.DivClassName
{
background-color: #FDB932;
}
.BgClassName
{
background-color: #FDB932;
}
</style>
border-color css
<style>
span { border-color: #FDB932; }
span { border-color: rgb(253,185,50); }
td.TdClassName
{
border-color: #FDB932;
}
.TagClassName
{
border-color: #FDB932;
}
</style>