Shades of Supernova #FBAF32
Tints of Supernova #FBAF32
RGB
CMYK
RGB Variations
Color information
#FBAF32 (or 0xFBAF32) is known color: Supernova. HEX triplet: FB, AF and 32. RGB value is (251,175,50). Sum of RGB (Red+Green+Blue) = 251+175+50=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAF32 is #0450CD. Grayscale: #B8B8B8. Windows color (decimal): -282830 or 3321851. OLE color: 3321851.
HSL color Cylindrical-coordinate representation of color #FBAF32: hue angle of 37.31º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBAF32 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 50 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.02 |
| HSL | 37.31º | 0.96% | 0.59% | - |
| HSV(B) | 37.31º | 0.8% | 0.98% | - |
| XYZ | 55.69 | 51.4 | 10 | - |
| YUV | 183.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 50 | 0 | 0.30 | 0.80 | 0.02 | 37.31 | 0.96 | 0.59 |
| Hex | FB | AF | 32 | 0 | 1E | 50 | 2 | 25 | 60 | 3B |
| Octal | 373 | 257 | 62 | 0 | 36 | 120 | 2 | 45 | 140 | 73 |
| Binary | 11111011 | 10101111 | 110010 | 0 | 11110 | 1010000 | 10 | 100101 | 1100000 | 111011 |
Color Harmonies of #FBAF32
Complementary color
Monochromatic Colors of #FBAF32
Black with #FBAF32
Text Example
Text Example
White with #FBAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAF32; }
p { color: rgb(251,175,50); }
H1.HeaderClassName
{
color: #FBAF32;
}
.AnyTagClassName
{
color: #FBAF32;
}
</style>
background-color css
<style>
a { background-color: #FBAF32; }
a { background-color: rgb(251,175,50); }
div.DivClassName
{
background-color: #FBAF32;
}
.BgClassName
{
background-color: #FBAF32;
}
</style>
border-color css
<style>
span { border-color: #FBAF32; }
span { border-color: rgb(251,175,50); }
td.TdClassName
{
border-color: #FBAF32;
}
.TagClassName
{
border-color: #FBAF32;
}
</style>