Shades of Sunglow #FCC642
Tints of Sunglow #FCC642
RGB
CMYK
RGB Variations
Color information
#FCC642 (or 0xFCC642) is known color: Sunglow. HEX triplet: FC, C6 and 42. RGB value is (252,198,66). Sum of RGB (Red+Green+Blue) = 252+198+66=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC642 is #0339BD. Grayscale: #C7C7C7. Windows color (decimal): -211390 or 4376316. OLE color: 4376316.
HSL color Cylindrical-coordinate representation of color #FCC642: hue angle of 42.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC642 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 66 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.01 |
| HSL | 42.58º | 0.97% | 0.62% | - |
| HSV(B) | 42.58º | 0.74% | 0.99% | - |
| XYZ | 61.32 | 61.48 | 13.79 | - |
| YUV | 199.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 66 | 0 | 0.21 | 0.74 | 0.01 | 42.58 | 0.97 | 0.62 |
| Hex | FC | C6 | 42 | 0 | 15 | 4A | 1 | 2B | 61 | 3E |
| Octal | 374 | 306 | 102 | 0 | 25 | 112 | 1 | 53 | 141 | 76 |
| Binary | 11111100 | 11000110 | 1000010 | 0 | 10101 | 1001010 | 1 | 101011 | 1100001 | 111110 |
Color Harmonies of #FCC642
Complementary color
Monochromatic Colors of #FCC642
Black with #FCC642
Text Example
Text Example
White with #FCC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC642; }
p { color: rgb(252,198,66); }
H1.HeaderClassName
{
color: #FCC642;
}
.AnyTagClassName
{
color: #FCC642;
}
</style>
background-color css
<style>
a { background-color: #FCC642; }
a { background-color: rgb(252,198,66); }
div.DivClassName
{
background-color: #FCC642;
}
.BgClassName
{
background-color: #FCC642;
}
</style>
border-color css
<style>
span { border-color: #FCC642; }
span { border-color: rgb(252,198,66); }
td.TdClassName
{
border-color: #FCC642;
}
.TagClassName
{
border-color: #FCC642;
}
</style>