Shades of Supernova #F0B438
Tints of Supernova #F0B438
RGB
CMYK
RGB Variations
Color information
#F0B438 (or 0xF0B438) is known color: Supernova. HEX triplet: F0, B4 and 38. RGB value is (240,180,56). Sum of RGB (Red+Green+Blue) = 240+180+56=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B438 is #0F4BC7. Grayscale: #B8B8B8. Windows color (decimal): -1002440 or 3716336. OLE color: 3716336.
HSL color Cylindrical-coordinate representation of color #F0B438: hue angle of 40.43º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0B438 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 56 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.06 |
| HSL | 40.43º | 0.86% | 0.58% | - |
| HSV(B) | 40.43º | 0.77% | 0.94% | - |
| XYZ | 52.97 | 51.45 | 10.88 | - |
| YUV | 183.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 56 | 0 | 0.25 | 0.77 | 0.06 | 40.43 | 0.86 | 0.58 |
| Hex | F0 | B4 | 38 | 0 | 19 | 4D | 6 | 28 | 56 | 3A |
| Octal | 360 | 264 | 70 | 0 | 31 | 115 | 6 | 50 | 126 | 72 |
| Binary | 11110000 | 10110100 | 111000 | 0 | 11001 | 1001101 | 110 | 101000 | 1010110 | 111010 |
Color Harmonies of #F0B438
Complementary color
Monochromatic Colors of #F0B438
Black with #F0B438
Text Example
Text Example
White with #F0B438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B438; }
p { color: rgb(240,180,56); }
H1.HeaderClassName
{
color: #F0B438;
}
.AnyTagClassName
{
color: #F0B438;
}
</style>
background-color css
<style>
a { background-color: #F0B438; }
a { background-color: rgb(240,180,56); }
div.DivClassName
{
background-color: #F0B438;
}
.BgClassName
{
background-color: #F0B438;
}
</style>
border-color css
<style>
span { border-color: #F0B438; }
span { border-color: rgb(240,180,56); }
td.TdClassName
{
border-color: #F0B438;
}
.TagClassName
{
border-color: #F0B438;
}
</style>