Shades of Supernova #FFB42F
Tints of Supernova #FFB42F
RGB
CMYK
RGB Variations
Color information
#FFB42F (or 0xFFB42F) is known color: Supernova. HEX triplet: FF, B4 and 2F. RGB value is (255,180,47). Sum of RGB (Red+Green+Blue) = 255+180+47=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB42F is #004BD0. Grayscale: #BBBBBB. Windows color (decimal): -19409 or 3126527. OLE color: 3126527.
HSL color Cylindrical-coordinate representation of color #FFB42F: hue angle of 38.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB42F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 47 | - |
| CMYK | 0 | 0.29 | 0.82 | 0 |
| HSL | 38.37º | 1% | 0.59% | - |
| HSV(B) | 38.37º | 0.82% | 1% | - |
| XYZ | 58.07 | 54.11 | 10.07 | - |
| YUV | 187.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 47 | 0 | 0.29 | 0.82 | 0 | 38.37 | 1 | 0.59 |
| Hex | FF | B4 | 2F | 0 | 1D | 52 | 0 | 26 | 64 | 3B |
| Octal | 377 | 264 | 57 | 0 | 35 | 122 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110100 | 101111 | 0 | 11101 | 1010010 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB42F
Complementary color
Monochromatic Colors of #FFB42F
Black with #FFB42F
Text Example
Text Example
White with #FFB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB42F; }
p { color: rgb(255,180,47); }
H1.HeaderClassName
{
color: #FFB42F;
}
.AnyTagClassName
{
color: #FFB42F;
}
</style>
background-color css
<style>
a { background-color: #FFB42F; }
a { background-color: rgb(255,180,47); }
div.DivClassName
{
background-color: #FFB42F;
}
.BgClassName
{
background-color: #FFB42F;
}
</style>
border-color css
<style>
span { border-color: #FFB42F; }
span { border-color: rgb(255,180,47); }
td.TdClassName
{
border-color: #FFB42F;
}
.TagClassName
{
border-color: #FFB42F;
}
</style>