Shades of Sunglow #FCC73B
Tints of Sunglow #FCC73B
RGB
CMYK
RGB Variations
Color information
#FCC73B (or 0xFCC73B) is known color: Sunglow. HEX triplet: FC, C7 and 3B. RGB value is (252,199,59). Sum of RGB (Red+Green+Blue) = 252+199+59=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC73B is #0338C4. Grayscale: #C7C7C7. Windows color (decimal): -211141 or 3917820. OLE color: 3917820.
HSL color Cylindrical-coordinate representation of color #FCC73B: hue angle of 43.52º 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 #FCC73B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 59 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.01 |
| HSL | 43.52º | 0.97% | 0.61% | - |
| HSV(B) | 43.52º | 0.77% | 0.99% | - |
| XYZ | 61.36 | 61.86 | 12.84 | - |
| YUV | 198.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 59 | 0 | 0.21 | 0.77 | 0.01 | 43.52 | 0.97 | 0.61 |
| Hex | FC | C7 | 3B | 0 | 15 | 4D | 1 | 2C | 61 | 3D |
| Octal | 374 | 307 | 73 | 0 | 25 | 115 | 1 | 54 | 141 | 75 |
| Binary | 11111100 | 11000111 | 111011 | 0 | 10101 | 1001101 | 1 | 101100 | 1100001 | 111101 |
Color Harmonies of #FCC73B
Complementary color
Monochromatic Colors of #FCC73B
Black with #FCC73B
Text Example
Text Example
White with #FCC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC73B; }
p { color: rgb(252,199,59); }
H1.HeaderClassName
{
color: #FCC73B;
}
.AnyTagClassName
{
color: #FCC73B;
}
</style>
background-color css
<style>
a { background-color: #FCC73B; }
a { background-color: rgb(252,199,59); }
div.DivClassName
{
background-color: #FCC73B;
}
.BgClassName
{
background-color: #FCC73B;
}
</style>
border-color css
<style>
span { border-color: #FCC73B; }
span { border-color: rgb(252,199,59); }
td.TdClassName
{
border-color: #FCC73B;
}
.TagClassName
{
border-color: #FCC73B;
}
</style>