Shades of Supernova #FDBE3A
Tints of Supernova #FDBE3A
RGB
CMYK
RGB Variations
Color information
#FDBE3A (or 0xFDBE3A) is known color: Supernova. HEX triplet: FD, BE and 3A. RGB value is (253,190,58). Sum of RGB (Red+Green+Blue) = 253+190+58=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE3A is #0241C5. Grayscale: #C2C2C2. Windows color (decimal): -147910 or 3849981. OLE color: 3849981.
HSL color Cylindrical-coordinate representation of color #FDBE3A: hue angle of 40.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDBE3A is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 58 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.01 |
| HSL | 40.62º | 0.98% | 0.61% | - |
| HSV(B) | 40.62º | 0.77% | 0.99% | - |
| XYZ | 59.69 | 58.02 | 12.06 | - |
| YUV | 193.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 58 | 0 | 0.25 | 0.77 | 0.01 | 40.62 | 0.98 | 0.61 |
| Hex | FD | BE | 3A | 0 | 19 | 4D | 1 | 29 | 62 | 3D |
| Octal | 375 | 276 | 72 | 0 | 31 | 115 | 1 | 51 | 142 | 75 |
| Binary | 11111101 | 10111110 | 111010 | 0 | 11001 | 1001101 | 1 | 101001 | 1100010 | 111101 |
Color Harmonies of #FDBE3A
Complementary color
Monochromatic Colors of #FDBE3A
Black with #FDBE3A
Text Example
Text Example
White with #FDBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE3A; }
p { color: rgb(253,190,58); }
H1.HeaderClassName
{
color: #FDBE3A;
}
.AnyTagClassName
{
color: #FDBE3A;
}
</style>
background-color css
<style>
a { background-color: #FDBE3A; }
a { background-color: rgb(253,190,58); }
div.DivClassName
{
background-color: #FDBE3A;
}
.BgClassName
{
background-color: #FDBE3A;
}
</style>
border-color css
<style>
span { border-color: #FDBE3A; }
span { border-color: rgb(253,190,58); }
td.TdClassName
{
border-color: #FDBE3A;
}
.TagClassName
{
border-color: #FDBE3A;
}
</style>