Shades of Supernova #FEAF2B
Tints of Supernova #FEAF2B
RGB
CMYK
RGB Variations
Color information
#FEAF2B (or 0xFEAF2B) is known color: Supernova. HEX triplet: FE, AF and 2B. RGB value is (254,175,43). Sum of RGB (Red+Green+Blue) = 254+175+43=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF2B is #0150D4. Grayscale: #B8B8B8. Windows color (decimal): -86229 or 2863102. OLE color: 2863102.
HSL color Cylindrical-coordinate representation of color #FEAF2B: hue angle of 37.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEAF2B is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 43 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.00 |
| HSL | 37.54º | 0.99% | 0.58% | - |
| HSV(B) | 37.54º | 0.83% | 1% | - |
| XYZ | 56.64 | 51.91 | 9.32 | - |
| YUV | 183.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 43 | 0 | 0.31 | 0.83 | 0.00 | 37.54 | 0.99 | 0.58 |
| Hex | FE | AF | 2B | 0 | 1F | 53 | 0 | 26 | 63 | 3A |
| Octal | 376 | 257 | 53 | 0 | 37 | 123 | 0 | 46 | 143 | 72 |
| Binary | 11111110 | 10101111 | 101011 | 0 | 11111 | 1010011 | 0 | 100110 | 1100011 | 111010 |
Color Harmonies of #FEAF2B
Complementary color
Monochromatic Colors of #FEAF2B
Black with #FEAF2B
Text Example
Text Example
White with #FEAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF2B; }
p { color: rgb(254,175,43); }
H1.HeaderClassName
{
color: #FEAF2B;
}
.AnyTagClassName
{
color: #FEAF2B;
}
</style>
background-color css
<style>
a { background-color: #FEAF2B; }
a { background-color: rgb(254,175,43); }
div.DivClassName
{
background-color: #FEAF2B;
}
.BgClassName
{
background-color: #FEAF2B;
}
</style>
border-color css
<style>
span { border-color: #FEAF2B; }
span { border-color: rgb(254,175,43); }
td.TdClassName
{
border-color: #FEAF2B;
}
.TagClassName
{
border-color: #FEAF2B;
}
</style>