Shades of Supernova #FFB42D
Tints of Supernova #FFB42D
RGB
CMYK
RGB Variations
Color information
#FFB42D (or 0xFFB42D) is known color: Supernova. HEX triplet: FF, B4 and 2D. RGB value is (255,180,45). Sum of RGB (Red+Green+Blue) = 255+180+45=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB42D is #004BD2. Grayscale: #BBBBBB. Windows color (decimal): -19411 or 2995455. OLE color: 2995455.
HSL color Cylindrical-coordinate representation of color #FFB42D: hue angle of 38.57º 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 #FFB42D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 45 | - |
| CMYK | 0 | 0.29 | 0.82 | 0 |
| HSL | 38.57º | 1% | 0.59% | - |
| HSV(B) | 38.57º | 0.82% | 1% | - |
| XYZ | 58.03 | 54.09 | 9.86 | - |
| YUV | 187.04 | 47.85 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 45 | 0 | 0.29 | 0.82 | 0 | 38.57 | 1 | 0.59 |
| Hex | FF | B4 | 2D | 0 | 1D | 52 | 0 | 27 | 64 | 3B |
| Octal | 377 | 264 | 55 | 0 | 35 | 122 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110100 | 101101 | 0 | 11101 | 1010010 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB42D
Complementary color
Monochromatic Colors of #FFB42D
Black with #FFB42D
Text Example
Text Example
White with #FFB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB42D; }
p { color: rgb(255,180,45); }
H1.HeaderClassName
{
color: #FFB42D;
}
.AnyTagClassName
{
color: #FFB42D;
}
</style>
background-color css
<style>
a { background-color: #FFB42D; }
a { background-color: rgb(255,180,45); }
div.DivClassName
{
background-color: #FFB42D;
}
.BgClassName
{
background-color: #FFB42D;
}
</style>
border-color css
<style>
span { border-color: #FFB42D; }
span { border-color: rgb(255,180,45); }
td.TdClassName
{
border-color: #FFB42D;
}
.TagClassName
{
border-color: #FFB42D;
}
</style>