Shades of Sunglow #FCC338
Tints of Sunglow #FCC338
RGB
CMYK
RGB Variations
Color information
#FCC338 (or 0xFCC338) is known color: Sunglow. HEX triplet: FC, C3 and 38. RGB value is (252,195,56). Sum of RGB (Red+Green+Blue) = 252+195+56=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC338 is #033CC7. Grayscale: #C4C4C4. Windows color (decimal): -212168 or 3720188. OLE color: 3720188.
HSL color Cylindrical-coordinate representation of color #FCC338: hue angle of 42.55º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCC338 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 56 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.01 |
| HSL | 42.55º | 0.97% | 0.6% | - |
| HSV(B) | 42.55º | 0.78% | 0.99% | - |
| XYZ | 60.37 | 60.01 | 12.14 | - |
| YUV | 196.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 56 | 0 | 0.23 | 0.78 | 0.01 | 42.55 | 0.97 | 0.6 |
| Hex | FC | C3 | 38 | 0 | 17 | 4E | 1 | 2B | 61 | 3C |
| Octal | 374 | 303 | 70 | 0 | 27 | 116 | 1 | 53 | 141 | 74 |
| Binary | 11111100 | 11000011 | 111000 | 0 | 10111 | 1001110 | 1 | 101011 | 1100001 | 111100 |
Color Harmonies of #FCC338
Complementary color
Monochromatic Colors of #FCC338
Black with #FCC338
Text Example
Text Example
White with #FCC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC338; }
p { color: rgb(252,195,56); }
H1.HeaderClassName
{
color: #FCC338;
}
.AnyTagClassName
{
color: #FCC338;
}
</style>
background-color css
<style>
a { background-color: #FCC338; }
a { background-color: rgb(252,195,56); }
div.DivClassName
{
background-color: #FCC338;
}
.BgClassName
{
background-color: #FCC338;
}
</style>
border-color css
<style>
span { border-color: #FCC338; }
span { border-color: rgb(252,195,56); }
td.TdClassName
{
border-color: #FCC338;
}
.TagClassName
{
border-color: #FCC338;
}
</style>