Shades of Supernova #FFB038
Tints of Supernova #FFB038
RGB
CMYK
RGB Variations
Color information
#FFB038 (or 0xFFB038) is known color: Supernova. HEX triplet: FF, B0 and 38. RGB value is (255,176,56). Sum of RGB (Red+Green+Blue) = 255+176+56=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB038 is #004FC7. Grayscale: #BABABA. Windows color (decimal): -20424 or 3715327. OLE color: 3715327.
HSL color Cylindrical-coordinate representation of color #FFB038: hue angle of 36.18º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFB038 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 56 | - |
| CMYK | 0 | 0.31 | 0.78 | 0 |
| HSL | 36.18º | 1% | 0.61% | - |
| HSV(B) | 36.18º | 0.78% | 1% | - |
| XYZ | 57.48 | 52.6 | 10.86 | - |
| YUV | 185.94 | 54.67 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 56 | 0 | 0.31 | 0.78 | 0 | 36.18 | 1 | 0.61 |
| Hex | FF | B0 | 38 | 0 | 1F | 4E | 0 | 24 | 64 | 3D |
| Octal | 377 | 260 | 70 | 0 | 37 | 116 | 0 | 44 | 144 | 75 |
| Binary | 11111111 | 10110000 | 111000 | 0 | 11111 | 1001110 | 0 | 100100 | 1100100 | 111101 |
Color Harmonies of #FFB038
Complementary color
Monochromatic Colors of #FFB038
Black with #FFB038
Text Example
Text Example
White with #FFB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB038; }
p { color: rgb(255,176,56); }
H1.HeaderClassName
{
color: #FFB038;
}
.AnyTagClassName
{
color: #FFB038;
}
</style>
background-color css
<style>
a { background-color: #FFB038; }
a { background-color: rgb(255,176,56); }
div.DivClassName
{
background-color: #FFB038;
}
.BgClassName
{
background-color: #FFB038;
}
</style>
border-color css
<style>
span { border-color: #FFB038; }
span { border-color: rgb(255,176,56); }
td.TdClassName
{
border-color: #FFB038;
}
.TagClassName
{
border-color: #FFB038;
}
</style>