Shades of Sunglow #FCC238
Tints of Sunglow #FCC238
RGB
CMYK
RGB Variations
Color information
#FCC238 (or 0xFCC238) is known color: Sunglow. HEX triplet: FC, C2 and 38. RGB value is (252,194,56). Sum of RGB (Red+Green+Blue) = 252+194+56=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC238 is #033DC7. Grayscale: #C4C4C4. Windows color (decimal): -212424 or 3719932. OLE color: 3719932.
HSL color Cylindrical-coordinate representation of color #FCC238: hue angle of 42.24º 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 #FCC238 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 56 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.01 |
| HSL | 42.24º | 0.97% | 0.6% | - |
| HSV(B) | 42.24º | 0.78% | 0.99% | - |
| XYZ | 60.15 | 59.56 | 12.07 | - |
| YUV | 195.61 | 49.22 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 56 | 0 | 0.23 | 0.78 | 0.01 | 42.24 | 0.97 | 0.6 |
| Hex | FC | C2 | 38 | 0 | 17 | 4E | 1 | 2A | 61 | 3C |
| Octal | 374 | 302 | 70 | 0 | 27 | 116 | 1 | 52 | 141 | 74 |
| Binary | 11111100 | 11000010 | 111000 | 0 | 10111 | 1001110 | 1 | 101010 | 1100001 | 111100 |
Color Harmonies of #FCC238
Complementary color
Monochromatic Colors of #FCC238
Black with #FCC238
Text Example
Text Example
White with #FCC238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC238; }
p { color: rgb(252,194,56); }
H1.HeaderClassName
{
color: #FCC238;
}
.AnyTagClassName
{
color: #FCC238;
}
</style>
background-color css
<style>
a { background-color: #FCC238; }
a { background-color: rgb(252,194,56); }
div.DivClassName
{
background-color: #FCC238;
}
.BgClassName
{
background-color: #FCC238;
}
</style>
border-color css
<style>
span { border-color: #FCC238; }
span { border-color: rgb(252,194,56); }
td.TdClassName
{
border-color: #FCC238;
}
.TagClassName
{
border-color: #FCC238;
}
</style>