Shades of Supernova #FDB740
Tints of Supernova #FDB740
RGB
CMYK
RGB Variations
Color information
#FDB740 (or 0xFDB740) is known color: Supernova. HEX triplet: FD, B7 and 40. RGB value is (253,183,64). Sum of RGB (Red+Green+Blue) = 253+183+64=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB740 is #0248BF. Grayscale: #BEBEBE. Windows color (decimal): -149696 or 4241405. OLE color: 4241405.
HSL color Cylindrical-coordinate representation of color #FDB740: hue angle of 37.78º 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 #FDB740 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 64 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.01 |
| HSL | 37.78º | 0.98% | 0.62% | - |
| HSV(B) | 37.78º | 0.75% | 0.99% | - |
| XYZ | 58.37 | 55.12 | 12.41 | - |
| YUV | 190.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 64 | 0 | 0.28 | 0.75 | 0.01 | 37.78 | 0.98 | 0.62 |
| Hex | FD | B7 | 40 | 0 | 1C | 4B | 1 | 26 | 62 | 3E |
| Octal | 375 | 267 | 100 | 0 | 34 | 113 | 1 | 46 | 142 | 76 |
| Binary | 11111101 | 10110111 | 1000000 | 0 | 11100 | 1001011 | 1 | 100110 | 1100010 | 111110 |
Color Harmonies of #FDB740
Complementary color
Monochromatic Colors of #FDB740
Black with #FDB740
Text Example
Text Example
White with #FDB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB740; }
p { color: rgb(253,183,64); }
H1.HeaderClassName
{
color: #FDB740;
}
.AnyTagClassName
{
color: #FDB740;
}
</style>
background-color css
<style>
a { background-color: #FDB740; }
a { background-color: rgb(253,183,64); }
div.DivClassName
{
background-color: #FDB740;
}
.BgClassName
{
background-color: #FDB740;
}
</style>
border-color css
<style>
span { border-color: #FDB740; }
span { border-color: rgb(253,183,64); }
td.TdClassName
{
border-color: #FDB740;
}
.TagClassName
{
border-color: #FDB740;
}
</style>