Shades of Supernova #FFBD3F
Tints of Supernova #FFBD3F
RGB
CMYK
RGB Variations
Color information
#FFBD3F (or 0xFFBD3F) is known color: Supernova. HEX triplet: FF, BD and 3F. RGB value is (255,189,63). Sum of RGB (Red+Green+Blue) = 255+189+63=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD3F is #0042C0. Grayscale: #C2C2C2. Windows color (decimal): -17089 or 4177407. OLE color: 4177407.
HSL color Cylindrical-coordinate representation of color #FFBD3F: hue angle of 39.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBD3F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 63 | - |
| CMYK | 0 | 0.26 | 0.75 | 0 |
| HSL | 39.38º | 1% | 0.62% | - |
| HSV(B) | 39.38º | 0.75% | 1% | - |
| XYZ | 60.33 | 58.01 | 12.72 | - |
| YUV | 194.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 63 | 0 | 0.26 | 0.75 | 0 | 39.38 | 1 | 0.62 |
| Hex | FF | BD | 3F | 0 | 1A | 4B | 0 | 27 | 64 | 3E |
| Octal | 377 | 275 | 77 | 0 | 32 | 113 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111101 | 111111 | 0 | 11010 | 1001011 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBD3F
Complementary color
Monochromatic Colors of #FFBD3F
Black with #FFBD3F
Text Example
Text Example
White with #FFBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD3F; }
p { color: rgb(255,189,63); }
H1.HeaderClassName
{
color: #FFBD3F;
}
.AnyTagClassName
{
color: #FFBD3F;
}
</style>
background-color css
<style>
a { background-color: #FFBD3F; }
a { background-color: rgb(255,189,63); }
div.DivClassName
{
background-color: #FFBD3F;
}
.BgClassName
{
background-color: #FFBD3F;
}
</style>
border-color css
<style>
span { border-color: #FFBD3F; }
span { border-color: rgb(255,189,63); }
td.TdClassName
{
border-color: #FFBD3F;
}
.TagClassName
{
border-color: #FFBD3F;
}
</style>