Shades of Supernova #FAAF30
Tints of Supernova #FAAF30
RGB
CMYK
RGB Variations
Color information
#FAAF30 (or 0xFAAF30) is known color: Supernova. HEX triplet: FA, AF and 30. RGB value is (250,175,48). Sum of RGB (Red+Green+Blue) = 250+175+48=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF30 is #0550CF. Grayscale: #B7B7B7. Windows color (decimal): -348368 or 3190778. OLE color: 3190778.
HSL color Cylindrical-coordinate representation of color #FAAF30: hue angle of 37.72º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAAF30 is Cyan = 0, Magento = 0.3, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 48 | - |
| CMYK | 0 | 0.3 | 0.81 | 0.02 |
| HSL | 37.72º | 0.95% | 0.58% | - |
| HSV(B) | 37.72º | 0.81% | 0.98% | - |
| XYZ | 55.29 | 51.2 | 9.76 | - |
| YUV | 182.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 48 | 0 | 0.3 | 0.81 | 0.02 | 37.72 | 0.95 | 0.58 |
| Hex | FA | AF | 30 | 0 | 1E | 51 | 2 | 26 | 5F | 3A |
| Octal | 372 | 257 | 60 | 0 | 36 | 121 | 2 | 46 | 137 | 72 |
| Binary | 11111010 | 10101111 | 110000 | 0 | 11110 | 1010001 | 10 | 100110 | 1011111 | 111010 |
Color Harmonies of #FAAF30
Complementary color
Monochromatic Colors of #FAAF30
Black with #FAAF30
Text Example
Text Example
White with #FAAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF30; }
p { color: rgb(250,175,48); }
H1.HeaderClassName
{
color: #FAAF30;
}
.AnyTagClassName
{
color: #FAAF30;
}
</style>
background-color css
<style>
a { background-color: #FAAF30; }
a { background-color: rgb(250,175,48); }
div.DivClassName
{
background-color: #FAAF30;
}
.BgClassName
{
background-color: #FAAF30;
}
</style>
border-color css
<style>
span { border-color: #FAAF30; }
span { border-color: rgb(250,175,48); }
td.TdClassName
{
border-color: #FAAF30;
}
.TagClassName
{
border-color: #FAAF30;
}
</style>