Shades of Supernova #FDBF3E
Tints of Supernova #FDBF3E
RGB
CMYK
RGB Variations
Color information
#FDBF3E (or 0xFDBF3E) is known color: Supernova. HEX triplet: FD, BF and 3E. RGB value is (253,191,62). Sum of RGB (Red+Green+Blue) = 253+191+62=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF3E is #0240C1. Grayscale: #C3C3C3. Windows color (decimal): -147650 or 4112381. OLE color: 4112381.
HSL color Cylindrical-coordinate representation of color #FDBF3E: hue angle of 40.52º 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 #FDBF3E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 62 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 40.52º | 0.98% | 0.62% | - |
| HSV(B) | 40.52º | 0.75% | 0.99% | - |
| XYZ | 60.01 | 58.49 | 12.68 | - |
| YUV | 194.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 62 | 0 | 0.25 | 0.75 | 0.01 | 40.52 | 0.98 | 0.62 |
| Hex | FD | BF | 3E | 0 | 19 | 4B | 1 | 29 | 62 | 3E |
| Octal | 375 | 277 | 76 | 0 | 31 | 113 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 10111111 | 111110 | 0 | 11001 | 1001011 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDBF3E
Complementary color
Monochromatic Colors of #FDBF3E
Black with #FDBF3E
Text Example
Text Example
White with #FDBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF3E; }
p { color: rgb(253,191,62); }
H1.HeaderClassName
{
color: #FDBF3E;
}
.AnyTagClassName
{
color: #FDBF3E;
}
</style>
background-color css
<style>
a { background-color: #FDBF3E; }
a { background-color: rgb(253,191,62); }
div.DivClassName
{
background-color: #FDBF3E;
}
.BgClassName
{
background-color: #FDBF3E;
}
</style>
border-color css
<style>
span { border-color: #FDBF3E; }
span { border-color: rgb(253,191,62); }
td.TdClassName
{
border-color: #FDBF3E;
}
.TagClassName
{
border-color: #FDBF3E;
}
</style>