Shades of Supernova #F2B338
Tints of Supernova #F2B338
RGB
CMYK
RGB Variations
Color information
#F2B338 (or 0xF2B338) is known color: Supernova. HEX triplet: F2, B3 and 38. RGB value is (242,179,56). Sum of RGB (Red+Green+Blue) = 242+179+56=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B338 is #0D4CC7. Grayscale: #B8B8B8. Windows color (decimal): -871624 or 3716082. OLE color: 3716082.
HSL color Cylindrical-coordinate representation of color #F2B338: hue angle of 39.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2B338 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 56 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.05 |
| HSL | 39.68º | 0.88% | 0.58% | - |
| HSV(B) | 39.68º | 0.77% | 0.95% | - |
| XYZ | 53.45 | 51.4 | 10.85 | - |
| YUV | 183.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 56 | 0 | 0.26 | 0.77 | 0.05 | 39.68 | 0.88 | 0.58 |
| Hex | F2 | B3 | 38 | 0 | 1A | 4D | 5 | 28 | 58 | 3A |
| Octal | 362 | 263 | 70 | 0 | 32 | 115 | 5 | 50 | 130 | 72 |
| Binary | 11110010 | 10110011 | 111000 | 0 | 11010 | 1001101 | 101 | 101000 | 1011000 | 111010 |
Color Harmonies of #F2B338
Complementary color
Monochromatic Colors of #F2B338
Black with #F2B338
Text Example
Text Example
White with #F2B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B338; }
p { color: rgb(242,179,56); }
H1.HeaderClassName
{
color: #F2B338;
}
.AnyTagClassName
{
color: #F2B338;
}
</style>
background-color css
<style>
a { background-color: #F2B338; }
a { background-color: rgb(242,179,56); }
div.DivClassName
{
background-color: #F2B338;
}
.BgClassName
{
background-color: #F2B338;
}
</style>
border-color css
<style>
span { border-color: #F2B338; }
span { border-color: rgb(242,179,56); }
td.TdClassName
{
border-color: #F2B338;
}
.TagClassName
{
border-color: #F2B338;
}
</style>