Shades of Supernova #F3AF2D
Tints of Supernova #F3AF2D
RGB
CMYK
RGB Variations
Color information
#F3AF2D (or 0xF3AF2D) is known color: Supernova. HEX triplet: F3, AF and 2D. RGB value is (243,175,45). Sum of RGB (Red+Green+Blue) = 243+175+45=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AF2D is #0C50D2. Grayscale: #B5B5B5. Windows color (decimal): -807123 or 2994163. OLE color: 2994163.
HSL color Cylindrical-coordinate representation of color #F3AF2D: hue angle of 39.39º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3AF2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 45 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.05 |
| HSL | 39.39º | 0.89% | 0.56% | - |
| HSV(B) | 39.39º | 0.81% | 0.95% | - |
| XYZ | 52.77 | 49.9 | 9.33 | - |
| YUV | 180.51 | 51.53 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 45 | 0 | 0.28 | 0.81 | 0.05 | 39.39 | 0.89 | 0.56 |
| Hex | F3 | AF | 2D | 0 | 1C | 51 | 5 | 27 | 59 | 38 |
| Octal | 363 | 257 | 55 | 0 | 34 | 121 | 5 | 47 | 131 | 70 |
| Binary | 11110011 | 10101111 | 101101 | 0 | 11100 | 1010001 | 101 | 100111 | 1011001 | 111000 |
Color Harmonies of #F3AF2D
Complementary color
Monochromatic Colors of #F3AF2D
Black with #F3AF2D
Text Example
Text Example
White with #F3AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF2D; }
p { color: rgb(243,175,45); }
H1.HeaderClassName
{
color: #F3AF2D;
}
.AnyTagClassName
{
color: #F3AF2D;
}
</style>
background-color css
<style>
a { background-color: #F3AF2D; }
a { background-color: rgb(243,175,45); }
div.DivClassName
{
background-color: #F3AF2D;
}
.BgClassName
{
background-color: #F3AF2D;
}
</style>
border-color css
<style>
span { border-color: #F3AF2D; }
span { border-color: rgb(243,175,45); }
td.TdClassName
{
border-color: #F3AF2D;
}
.TagClassName
{
border-color: #F3AF2D;
}
</style>