Shades of Sunglow #FCC73C
Tints of Sunglow #FCC73C
RGB
CMYK
RGB Variations
Color information
#FCC73C (or 0xFCC73C) is known color: Sunglow. HEX triplet: FC, C7 and 3C. RGB value is (252,199,60). Sum of RGB (Red+Green+Blue) = 252+199+60=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC73C is #0338C3. Grayscale: #C7C7C7. Windows color (decimal): -211140 or 3983356. OLE color: 3983356.
HSL color Cylindrical-coordinate representation of color #FCC73C: hue angle of 43.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCC73C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.44º | 0.97% | 0.61% | - |
| HSV(B) | 43.44º | 0.76% | 0.99% | - |
| XYZ | 61.38 | 61.87 | 12.98 | - |
| YUV | 199 | 49.56 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 60 | 0 | 0.21 | 0.76 | 0.01 | 43.44 | 0.97 | 0.61 |
| Hex | FC | C7 | 3C | 0 | 15 | 4C | 1 | 2B | 61 | 3D |
| Octal | 374 | 307 | 74 | 0 | 25 | 114 | 1 | 53 | 141 | 75 |
| Binary | 11111100 | 11000111 | 111100 | 0 | 10101 | 1001100 | 1 | 101011 | 1100001 | 111101 |
Color Harmonies of #FCC73C
Complementary color
Monochromatic Colors of #FCC73C
Black with #FCC73C
Text Example
Text Example
White with #FCC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC73C; }
p { color: rgb(252,199,60); }
H1.HeaderClassName
{
color: #FCC73C;
}
.AnyTagClassName
{
color: #FCC73C;
}
</style>
background-color css
<style>
a { background-color: #FCC73C; }
a { background-color: rgb(252,199,60); }
div.DivClassName
{
background-color: #FCC73C;
}
.BgClassName
{
background-color: #FCC73C;
}
</style>
border-color css
<style>
span { border-color: #FCC73C; }
span { border-color: rgb(252,199,60); }
td.TdClassName
{
border-color: #FCC73C;
}
.TagClassName
{
border-color: #FCC73C;
}
</style>