Shades of Sunglow #FCC336
Tints of Sunglow #FCC336
RGB
CMYK
RGB Variations
Color information
#FCC336 (or 0xFCC336) is known color: Sunglow. HEX triplet: FC, C3 and 36. RGB value is (252,195,54). Sum of RGB (Red+Green+Blue) = 252+195+54=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC336 is #033CC9. Grayscale: #C4C4C4. Windows color (decimal): -212170 or 3589116. OLE color: 3589116.
HSL color Cylindrical-coordinate representation of color #FCC336: hue angle of 42.73º 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 #FCC336 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 54 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.01 |
| HSL | 42.73º | 0.97% | 0.6% | - |
| HSV(B) | 42.73º | 0.79% | 0.99% | - |
| XYZ | 60.33 | 59.99 | 11.89 | - |
| YUV | 195.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 54 | 0 | 0.23 | 0.79 | 0.01 | 42.73 | 0.97 | 0.6 |
| Hex | FC | C3 | 36 | 0 | 17 | 4F | 1 | 2B | 61 | 3C |
| Octal | 374 | 303 | 66 | 0 | 27 | 117 | 1 | 53 | 141 | 74 |
| Binary | 11111100 | 11000011 | 110110 | 0 | 10111 | 1001111 | 1 | 101011 | 1100001 | 111100 |
Color Harmonies of #FCC336
Complementary color
Monochromatic Colors of #FCC336
Black with #FCC336
Text Example
Text Example
White with #FCC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC336; }
p { color: rgb(252,195,54); }
H1.HeaderClassName
{
color: #FCC336;
}
.AnyTagClassName
{
color: #FCC336;
}
</style>
background-color css
<style>
a { background-color: #FCC336; }
a { background-color: rgb(252,195,54); }
div.DivClassName
{
background-color: #FCC336;
}
.BgClassName
{
background-color: #FCC336;
}
</style>
border-color css
<style>
span { border-color: #FCC336; }
span { border-color: rgb(252,195,54); }
td.TdClassName
{
border-color: #FCC336;
}
.TagClassName
{
border-color: #FCC336;
}
</style>