Shades of Supernova #FDB43E
Tints of Supernova #FDB43E
RGB
CMYK
RGB Variations
Color information
#FDB43E (or 0xFDB43E) is known color: Supernova. HEX triplet: FD, B4 and 3E. RGB value is (253,180,62). Sum of RGB (Red+Green+Blue) = 253+180+62=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB43E is #024BC1. Grayscale: #BCBCBC. Windows color (decimal): -150466 or 4109565. OLE color: 4109565.
HSL color Cylindrical-coordinate representation of color #FDB43E: hue angle of 37.07º 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 #FDB43E is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 62 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.01 |
| HSL | 37.07º | 0.98% | 0.62% | - |
| HSV(B) | 37.07º | 0.75% | 0.99% | - |
| XYZ | 57.7 | 53.87 | 11.91 | - |
| YUV | 188.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 62 | 0 | 0.29 | 0.75 | 0.01 | 37.07 | 0.98 | 0.62 |
| Hex | FD | B4 | 3E | 0 | 1D | 4B | 1 | 25 | 62 | 3E |
| Octal | 375 | 264 | 76 | 0 | 35 | 113 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110100 | 111110 | 0 | 11101 | 1001011 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB43E
Complementary color
Monochromatic Colors of #FDB43E
Black with #FDB43E
Text Example
Text Example
White with #FDB43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB43E; }
p { color: rgb(253,180,62); }
H1.HeaderClassName
{
color: #FDB43E;
}
.AnyTagClassName
{
color: #FDB43E;
}
</style>
background-color css
<style>
a { background-color: #FDB43E; }
a { background-color: rgb(253,180,62); }
div.DivClassName
{
background-color: #FDB43E;
}
.BgClassName
{
background-color: #FDB43E;
}
</style>
border-color css
<style>
span { border-color: #FDB43E; }
span { border-color: rgb(253,180,62); }
td.TdClassName
{
border-color: #FDB43E;
}
.TagClassName
{
border-color: #FDB43E;
}
</style>