Shades of Supernova #FDBE3E
Tints of Supernova #FDBE3E
RGB
CMYK
RGB Variations
Color information
#FDBE3E (or 0xFDBE3E) is known color: Supernova. HEX triplet: FD, BE and 3E. RGB value is (253,190,62). Sum of RGB (Red+Green+Blue) = 253+190+62=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE3E is #0241C1. Grayscale: #C2C2C2. Windows color (decimal): -147906 or 4112125. OLE color: 4112125.
HSL color Cylindrical-coordinate representation of color #FDBE3E: hue angle of 40.21º 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 #FDBE3E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 62 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 40.21º | 0.98% | 0.62% | - |
| HSV(B) | 40.21º | 0.75% | 0.99% | - |
| XYZ | 59.79 | 58.06 | 12.61 | - |
| YUV | 194.25 | 53.37 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 62 | 0 | 0.25 | 0.75 | 0.01 | 40.21 | 0.98 | 0.62 |
| Hex | FD | BE | 3E | 0 | 19 | 4B | 1 | 28 | 62 | 3E |
| Octal | 375 | 276 | 76 | 0 | 31 | 113 | 1 | 50 | 142 | 76 |
| Binary | 11111101 | 10111110 | 111110 | 0 | 11001 | 1001011 | 1 | 101000 | 1100010 | 111110 |
Color Harmonies of #FDBE3E
Complementary color
Monochromatic Colors of #FDBE3E
Black with #FDBE3E
Text Example
Text Example
White with #FDBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE3E; }
p { color: rgb(253,190,62); }
H1.HeaderClassName
{
color: #FDBE3E;
}
.AnyTagClassName
{
color: #FDBE3E;
}
</style>
background-color css
<style>
a { background-color: #FDBE3E; }
a { background-color: rgb(253,190,62); }
div.DivClassName
{
background-color: #FDBE3E;
}
.BgClassName
{
background-color: #FDBE3E;
}
</style>
border-color css
<style>
span { border-color: #FDBE3E; }
span { border-color: rgb(253,190,62); }
td.TdClassName
{
border-color: #FDBE3E;
}
.TagClassName
{
border-color: #FDBE3E;
}
</style>