Shades of Supernova #FDBE3C
Tints of Supernova #FDBE3C
RGB
CMYK
RGB Variations
Color information
#FDBE3C (or 0xFDBE3C) is known color: Supernova. HEX triplet: FD, BE and 3C. RGB value is (253,190,60). Sum of RGB (Red+Green+Blue) = 253+190+60=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE3C is #0241C3. Grayscale: #C2C2C2. Windows color (decimal): -147908 or 3981053. OLE color: 3981053.
HSL color Cylindrical-coordinate representation of color #FDBE3C: hue angle of 40.41º 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 #FDBE3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40.41º | 0.98% | 0.61% | - |
| HSV(B) | 40.41º | 0.76% | 0.99% | - |
| XYZ | 59.74 | 58.04 | 12.33 | - |
| YUV | 194.02 | 52.37 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 60 | 0 | 0.25 | 0.76 | 0.01 | 40.41 | 0.98 | 0.61 |
| Hex | FD | BE | 3C | 0 | 19 | 4C | 1 | 28 | 62 | 3D |
| Octal | 375 | 276 | 74 | 0 | 31 | 114 | 1 | 50 | 142 | 75 |
| Binary | 11111101 | 10111110 | 111100 | 0 | 11001 | 1001100 | 1 | 101000 | 1100010 | 111101 |
Color Harmonies of #FDBE3C
Complementary color
Monochromatic Colors of #FDBE3C
Black with #FDBE3C
Text Example
Text Example
White with #FDBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE3C; }
p { color: rgb(253,190,60); }
H1.HeaderClassName
{
color: #FDBE3C;
}
.AnyTagClassName
{
color: #FDBE3C;
}
</style>
background-color css
<style>
a { background-color: #FDBE3C; }
a { background-color: rgb(253,190,60); }
div.DivClassName
{
background-color: #FDBE3C;
}
.BgClassName
{
background-color: #FDBE3C;
}
</style>
border-color css
<style>
span { border-color: #FDBE3C; }
span { border-color: rgb(253,190,60); }
td.TdClassName
{
border-color: #FDBE3C;
}
.TagClassName
{
border-color: #FDBE3C;
}
</style>