Shades of Supernova #FDBA41
Tints of Supernova #FDBA41
RGB
CMYK
RGB Variations
Color information
#FDBA41 (or 0xFDBA41) is known color: Supernova. HEX triplet: FD, BA and 41. RGB value is (253,186,65). Sum of RGB (Red+Green+Blue) = 253+186+65=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA41 is #0245BE. Grayscale: #C0C0C0. Windows color (decimal): -148927 or 4307709. OLE color: 4307709.
HSL color Cylindrical-coordinate representation of color #FDBA41: hue angle of 38.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDBA41 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 65 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.01 |
| HSL | 38.62º | 0.98% | 0.62% | - |
| HSV(B) | 38.62º | 0.74% | 0.99% | - |
| XYZ | 59.02 | 56.38 | 12.77 | - |
| YUV | 192.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 65 | 0 | 0.26 | 0.74 | 0.01 | 38.62 | 0.98 | 0.62 |
| Hex | FD | BA | 41 | 0 | 1A | 4A | 1 | 27 | 62 | 3E |
| Octal | 375 | 272 | 101 | 0 | 32 | 112 | 1 | 47 | 142 | 76 |
| Binary | 11111101 | 10111010 | 1000001 | 0 | 11010 | 1001010 | 1 | 100111 | 1100010 | 111110 |
Color Harmonies of #FDBA41
Complementary color
Monochromatic Colors of #FDBA41
Black with #FDBA41
Text Example
Text Example
White with #FDBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA41; }
p { color: rgb(253,186,65); }
H1.HeaderClassName
{
color: #FDBA41;
}
.AnyTagClassName
{
color: #FDBA41;
}
</style>
background-color css
<style>
a { background-color: #FDBA41; }
a { background-color: rgb(253,186,65); }
div.DivClassName
{
background-color: #FDBA41;
}
.BgClassName
{
background-color: #FDBA41;
}
</style>
border-color css
<style>
span { border-color: #FDBA41; }
span { border-color: rgb(253,186,65); }
td.TdClassName
{
border-color: #FDBA41;
}
.TagClassName
{
border-color: #FDBA41;
}
</style>