Shades of Supernova #FFB238
Tints of Supernova #FFB238
RGB
CMYK
RGB Variations
Color information
#FFB238 (or 0xFFB238) is known color: Supernova. HEX triplet: FF, B2 and 38. RGB value is (255,178,56). Sum of RGB (Red+Green+Blue) = 255+178+56=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB238 is #004DC7. Grayscale: #BBBBBB. Windows color (decimal): -19912 or 3715839. OLE color: 3715839.
HSL color Cylindrical-coordinate representation of color #FFB238: hue angle of 36.78º 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 #FFB238 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 56 | - |
| CMYK | 0 | 0.30 | 0.78 | 0 |
| HSL | 36.78º | 1% | 0.61% | - |
| HSV(B) | 36.78º | 0.78% | 1% | - |
| XYZ | 57.87 | 53.39 | 11 | - |
| YUV | 187.12 | 54.01 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 56 | 0 | 0.30 | 0.78 | 0 | 36.78 | 1 | 0.61 |
| Hex | FF | B2 | 38 | 0 | 1E | 4E | 0 | 25 | 64 | 3D |
| Octal | 377 | 262 | 70 | 0 | 36 | 116 | 0 | 45 | 144 | 75 |
| Binary | 11111111 | 10110010 | 111000 | 0 | 11110 | 1001110 | 0 | 100101 | 1100100 | 111101 |
Color Harmonies of #FFB238
Complementary color
Monochromatic Colors of #FFB238
Black with #FFB238
Text Example
Text Example
White with #FFB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB238; }
p { color: rgb(255,178,56); }
H1.HeaderClassName
{
color: #FFB238;
}
.AnyTagClassName
{
color: #FFB238;
}
</style>
background-color css
<style>
a { background-color: #FFB238; }
a { background-color: rgb(255,178,56); }
div.DivClassName
{
background-color: #FFB238;
}
.BgClassName
{
background-color: #FFB238;
}
</style>
border-color css
<style>
span { border-color: #FFB238; }
span { border-color: rgb(255,178,56); }
td.TdClassName
{
border-color: #FFB238;
}
.TagClassName
{
border-color: #FFB238;
}
</style>