Shades of Supernova #FDBA3C
Tints of Supernova #FDBA3C
RGB
CMYK
RGB Variations
Color information
#FDBA3C (or 0xFDBA3C) is known color: Supernova. HEX triplet: FD, BA and 3C. RGB value is (253,186,60). Sum of RGB (Red+Green+Blue) = 253+186+60=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA3C is #0245C3. Grayscale: #C0C0C0. Windows color (decimal): -148932 or 3980029. OLE color: 3980029.
HSL color Cylindrical-coordinate representation of color #FDBA3C: hue angle of 39.17º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDBA3C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 60 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.01 |
| HSL | 39.17º | 0.98% | 0.61% | - |
| HSV(B) | 39.17º | 0.76% | 0.99% | - |
| XYZ | 58.88 | 56.33 | 12.04 | - |
| YUV | 191.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 60 | 0 | 0.26 | 0.76 | 0.01 | 39.17 | 0.98 | 0.61 |
| Hex | FD | BA | 3C | 0 | 1A | 4C | 1 | 27 | 62 | 3D |
| Octal | 375 | 272 | 74 | 0 | 32 | 114 | 1 | 47 | 142 | 75 |
| Binary | 11111101 | 10111010 | 111100 | 0 | 11010 | 1001100 | 1 | 100111 | 1100010 | 111101 |
Color Harmonies of #FDBA3C
Complementary color
Monochromatic Colors of #FDBA3C
Black with #FDBA3C
Text Example
Text Example
White with #FDBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA3C; }
p { color: rgb(253,186,60); }
H1.HeaderClassName
{
color: #FDBA3C;
}
.AnyTagClassName
{
color: #FDBA3C;
}
</style>
background-color css
<style>
a { background-color: #FDBA3C; }
a { background-color: rgb(253,186,60); }
div.DivClassName
{
background-color: #FDBA3C;
}
.BgClassName
{
background-color: #FDBA3C;
}
</style>
border-color css
<style>
span { border-color: #FDBA3C; }
span { border-color: rgb(253,186,60); }
td.TdClassName
{
border-color: #FDBA3C;
}
.TagClassName
{
border-color: #FDBA3C;
}
</style>