Shades of Sunglow #FCC73A
Tints of Sunglow #FCC73A
RGB
CMYK
RGB Variations
Color information
#FCC73A (or 0xFCC73A) is known color: Sunglow. HEX triplet: FC, C7 and 3A. RGB value is (252,199,58). Sum of RGB (Red+Green+Blue) = 252+199+58=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC73A is #0338C5. Grayscale: #C7C7C7. Windows color (decimal): -211142 or 3852284. OLE color: 3852284.
HSL color Cylindrical-coordinate representation of color #FCC73A: hue angle of 43.61º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC73A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 58 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.01 |
| HSL | 43.61º | 0.97% | 0.61% | - |
| HSV(B) | 43.61º | 0.77% | 0.99% | - |
| XYZ | 61.33 | 61.85 | 12.71 | - |
| YUV | 198.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 58 | 0 | 0.21 | 0.77 | 0.01 | 43.61 | 0.97 | 0.61 |
| Hex | FC | C7 | 3A | 0 | 15 | 4D | 1 | 2C | 61 | 3D |
| Octal | 374 | 307 | 72 | 0 | 25 | 115 | 1 | 54 | 141 | 75 |
| Binary | 11111100 | 11000111 | 111010 | 0 | 10101 | 1001101 | 1 | 101100 | 1100001 | 111101 |
Color Harmonies of #FCC73A
Complementary color
Monochromatic Colors of #FCC73A
Black with #FCC73A
Text Example
Text Example
White with #FCC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC73A; }
p { color: rgb(252,199,58); }
H1.HeaderClassName
{
color: #FCC73A;
}
.AnyTagClassName
{
color: #FCC73A;
}
</style>
background-color css
<style>
a { background-color: #FCC73A; }
a { background-color: rgb(252,199,58); }
div.DivClassName
{
background-color: #FCC73A;
}
.BgClassName
{
background-color: #FCC73A;
}
</style>
border-color css
<style>
span { border-color: #FCC73A; }
span { border-color: rgb(252,199,58); }
td.TdClassName
{
border-color: #FCC73A;
}
.TagClassName
{
border-color: #FCC73A;
}
</style>