Shades of Supernova #FFB42C
Tints of Supernova #FFB42C
RGB
CMYK
RGB Variations
Color information
#FFB42C (or 0xFFB42C) is known color: Supernova. HEX triplet: FF, B4 and 2C. RGB value is (255,180,44). Sum of RGB (Red+Green+Blue) = 255+180+44=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB42C is #004BD3. Grayscale: #BBBBBB. Windows color (decimal): -19412 or 2929919. OLE color: 2929919.
HSL color Cylindrical-coordinate representation of color #FFB42C: hue angle of 38.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB42C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 44 | - |
| CMYK | 0 | 0.29 | 0.83 | 0 |
| HSL | 38.67º | 1% | 0.59% | - |
| HSV(B) | 38.67º | 0.83% | 1% | - |
| XYZ | 58.02 | 54.08 | 9.76 | - |
| YUV | 186.92 | 47.35 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 44 | 0 | 0.29 | 0.83 | 0 | 38.67 | 1 | 0.59 |
| Hex | FF | B4 | 2C | 0 | 1D | 53 | 0 | 27 | 64 | 3B |
| Octal | 377 | 264 | 54 | 0 | 35 | 123 | 0 | 47 | 144 | 73 |
| Binary | 11111111 | 10110100 | 101100 | 0 | 11101 | 1010011 | 0 | 100111 | 1100100 | 111011 |
Color Harmonies of #FFB42C
Complementary color
Monochromatic Colors of #FFB42C
Black with #FFB42C
Text Example
Text Example
White with #FFB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB42C; }
p { color: rgb(255,180,44); }
H1.HeaderClassName
{
color: #FFB42C;
}
.AnyTagClassName
{
color: #FFB42C;
}
</style>
background-color css
<style>
a { background-color: #FFB42C; }
a { background-color: rgb(255,180,44); }
div.DivClassName
{
background-color: #FFB42C;
}
.BgClassName
{
background-color: #FFB42C;
}
</style>
border-color css
<style>
span { border-color: #FFB42C; }
span { border-color: rgb(255,180,44); }
td.TdClassName
{
border-color: #FFB42C;
}
.TagClassName
{
border-color: #FFB42C;
}
</style>