Shades of Sunglow #FCC73D
Tints of Sunglow #FCC73D
RGB
CMYK
RGB Variations
Color information
#FCC73D (or 0xFCC73D) is known color: Sunglow. HEX triplet: FC, C7 and 3D. RGB value is (252,199,61). Sum of RGB (Red+Green+Blue) = 252+199+61=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC73D is #0338C2. Grayscale: #C7C7C7. Windows color (decimal): -211139 or 4048892. OLE color: 4048892.
HSL color Cylindrical-coordinate representation of color #FCC73D: hue angle of 43.35º 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 #FCC73D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 61 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.35º | 0.97% | 0.61% | - |
| HSV(B) | 43.35º | 0.76% | 0.99% | - |
| XYZ | 61.41 | 61.88 | 13.12 | - |
| YUV | 199.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 61 | 0 | 0.21 | 0.76 | 0.01 | 43.35 | 0.97 | 0.61 |
| Hex | FC | C7 | 3D | 0 | 15 | 4C | 1 | 2B | 61 | 3D |
| Octal | 374 | 307 | 75 | 0 | 25 | 114 | 1 | 53 | 141 | 75 |
| Binary | 11111100 | 11000111 | 111101 | 0 | 10101 | 1001100 | 1 | 101011 | 1100001 | 111101 |
Color Harmonies of #FCC73D
Complementary color
Monochromatic Colors of #FCC73D
Black with #FCC73D
Text Example
Text Example
White with #FCC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC73D; }
p { color: rgb(252,199,61); }
H1.HeaderClassName
{
color: #FCC73D;
}
.AnyTagClassName
{
color: #FCC73D;
}
</style>
background-color css
<style>
a { background-color: #FCC73D; }
a { background-color: rgb(252,199,61); }
div.DivClassName
{
background-color: #FCC73D;
}
.BgClassName
{
background-color: #FCC73D;
}
</style>
border-color css
<style>
span { border-color: #FCC73D; }
span { border-color: rgb(252,199,61); }
td.TdClassName
{
border-color: #FCC73D;
}
.TagClassName
{
border-color: #FCC73D;
}
</style>