Shades of Supernova #FDB834
Tints of Supernova #FDB834
RGB
CMYK
RGB Variations
Color information
#FDB834 (or 0xFDB834) is known color: Supernova. HEX triplet: FD, B8 and 34. RGB value is (253,184,52). Sum of RGB (Red+Green+Blue) = 253+184+52=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB834 is #0247CB. Grayscale: #BEBEBE. Windows color (decimal): -149452 or 3455229. OLE color: 3455229.
HSL color Cylindrical-coordinate representation of color #FDB834: hue angle of 39.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDB834 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 52 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.01 |
| HSL | 39.4º | 0.98% | 0.6% | - |
| HSV(B) | 39.4º | 0.79% | 0.99% | - |
| XYZ | 58.27 | 55.41 | 10.87 | - |
| YUV | 189.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 52 | 0 | 0.27 | 0.79 | 0.01 | 39.4 | 0.98 | 0.6 |
| Hex | FD | B8 | 34 | 0 | 1B | 4F | 1 | 27 | 62 | 3C |
| Octal | 375 | 270 | 64 | 0 | 33 | 117 | 1 | 47 | 142 | 74 |
| Binary | 11111101 | 10111000 | 110100 | 0 | 11011 | 1001111 | 1 | 100111 | 1100010 | 111100 |
Color Harmonies of #FDB834
Complementary color
Monochromatic Colors of #FDB834
Black with #FDB834
Text Example
Text Example
White with #FDB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB834; }
p { color: rgb(253,184,52); }
H1.HeaderClassName
{
color: #FDB834;
}
.AnyTagClassName
{
color: #FDB834;
}
</style>
background-color css
<style>
a { background-color: #FDB834; }
a { background-color: rgb(253,184,52); }
div.DivClassName
{
background-color: #FDB834;
}
.BgClassName
{
background-color: #FDB834;
}
</style>
border-color css
<style>
span { border-color: #FDB834; }
span { border-color: rgb(253,184,52); }
td.TdClassName
{
border-color: #FDB834;
}
.TagClassName
{
border-color: #FDB834;
}
</style>