Shades of Supernova #FCAF2A
Tints of Supernova #FCAF2A
RGB
CMYK
RGB Variations
Color information
#FCAF2A (or 0xFCAF2A) is known color: Supernova. HEX triplet: FC, AF and 2A. RGB value is (252,175,42). Sum of RGB (Red+Green+Blue) = 252+175+42=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF2A is #0350D5. Grayscale: #B7B7B7. Windows color (decimal): -217302 or 2797564. OLE color: 2797564.
HSL color Cylindrical-coordinate representation of color #FCAF2A: hue angle of 38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCAF2A is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 42 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.01 |
| HSL | 38º | 0.97% | 0.58% | - |
| HSV(B) | 38º | 0.83% | 0.99% | - |
| XYZ | 55.89 | 51.52 | 9.19 | - |
| YUV | 182.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 42 | 0 | 0.31 | 0.83 | 0.01 | 38 | 0.97 | 0.58 |
| Hex | FC | AF | 2A | 0 | 1F | 53 | 1 | 26 | 61 | 3A |
| Octal | 374 | 257 | 52 | 0 | 37 | 123 | 1 | 46 | 141 | 72 |
| Binary | 11111100 | 10101111 | 101010 | 0 | 11111 | 1010011 | 1 | 100110 | 1100001 | 111010 |
Color Harmonies of #FCAF2A
Complementary color
Monochromatic Colors of #FCAF2A
Black with #FCAF2A
Text Example
Text Example
White with #FCAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF2A; }
p { color: rgb(252,175,42); }
H1.HeaderClassName
{
color: #FCAF2A;
}
.AnyTagClassName
{
color: #FCAF2A;
}
</style>
background-color css
<style>
a { background-color: #FCAF2A; }
a { background-color: rgb(252,175,42); }
div.DivClassName
{
background-color: #FCAF2A;
}
.BgClassName
{
background-color: #FCAF2A;
}
</style>
border-color css
<style>
span { border-color: #FCAF2A; }
span { border-color: rgb(252,175,42); }
td.TdClassName
{
border-color: #FCAF2A;
}
.TagClassName
{
border-color: #FCAF2A;
}
</style>