Shades of Sunglow #FCC834
Tints of Sunglow #FCC834
RGB
CMYK
RGB Variations
Color information
#FCC834 (or 0xFCC834) is known color: Sunglow. HEX triplet: FC, C8 and 34. RGB value is (252,200,52). Sum of RGB (Red+Green+Blue) = 252+200+52=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC834 is #0337CB. Grayscale: #C7C7C7. Windows color (decimal): -210892 or 3459324. OLE color: 3459324.
HSL color Cylindrical-coordinate representation of color #FCC834: hue angle of 44.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCC834 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 52 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.01 |
| HSL | 44.4º | 0.97% | 0.6% | - |
| HSV(B) | 44.4º | 0.79% | 0.99% | - |
| XYZ | 61.42 | 62.25 | 12.03 | - |
| YUV | 198.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 52 | 0 | 0.21 | 0.79 | 0.01 | 44.4 | 0.97 | 0.6 |
| Hex | FC | C8 | 34 | 0 | 15 | 4F | 1 | 2C | 61 | 3C |
| Octal | 374 | 310 | 64 | 0 | 25 | 117 | 1 | 54 | 141 | 74 |
| Binary | 11111100 | 11001000 | 110100 | 0 | 10101 | 1001111 | 1 | 101100 | 1100001 | 111100 |
Color Harmonies of #FCC834
Complementary color
Monochromatic Colors of #FCC834
Black with #FCC834
Text Example
Text Example
White with #FCC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC834; }
p { color: rgb(252,200,52); }
H1.HeaderClassName
{
color: #FCC834;
}
.AnyTagClassName
{
color: #FCC834;
}
</style>
background-color css
<style>
a { background-color: #FCC834; }
a { background-color: rgb(252,200,52); }
div.DivClassName
{
background-color: #FCC834;
}
.BgClassName
{
background-color: #FCC834;
}
</style>
border-color css
<style>
span { border-color: #FCC834; }
span { border-color: rgb(252,200,52); }
td.TdClassName
{
border-color: #FCC834;
}
.TagClassName
{
border-color: #FCC834;
}
</style>