Shades of Supernova #FDBF3C
Tints of Supernova #FDBF3C
RGB
CMYK
RGB Variations
Color information
#FDBF3C (or 0xFDBF3C) is known color: Supernova. HEX triplet: FD, BF and 3C. RGB value is (253,191,60). Sum of RGB (Red+Green+Blue) = 253+191+60=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF3C is #0240C3. Grayscale: #C3C3C3. Windows color (decimal): -147652 or 3981309. OLE color: 3981309.
HSL color Cylindrical-coordinate representation of color #FDBF3C: hue angle of 40.73º 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 #FDBF3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40.73º | 0.98% | 0.61% | - |
| HSV(B) | 40.73º | 0.76% | 0.99% | - |
| XYZ | 59.95 | 58.47 | 12.4 | - |
| YUV | 194.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 60 | 0 | 0.25 | 0.76 | 0.01 | 40.73 | 0.98 | 0.61 |
| Hex | FD | BF | 3C | 0 | 19 | 4C | 1 | 29 | 62 | 3D |
| Octal | 375 | 277 | 74 | 0 | 31 | 114 | 1 | 51 | 142 | 75 |
| Binary | 11111101 | 10111111 | 111100 | 0 | 11001 | 1001100 | 1 | 101001 | 1100010 | 111101 |
Color Harmonies of #FDBF3C
Complementary color
Monochromatic Colors of #FDBF3C
Black with #FDBF3C
Text Example
Text Example
White with #FDBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF3C; }
p { color: rgb(253,191,60); }
H1.HeaderClassName
{
color: #FDBF3C;
}
.AnyTagClassName
{
color: #FDBF3C;
}
</style>
background-color css
<style>
a { background-color: #FDBF3C; }
a { background-color: rgb(253,191,60); }
div.DivClassName
{
background-color: #FDBF3C;
}
.BgClassName
{
background-color: #FDBF3C;
}
</style>
border-color css
<style>
span { border-color: #FDBF3C; }
span { border-color: rgb(253,191,60); }
td.TdClassName
{
border-color: #FDBF3C;
}
.TagClassName
{
border-color: #FDBF3C;
}
</style>