Shades of Sunglow #FCC337
Tints of Sunglow #FCC337
RGB
CMYK
RGB Variations
Color information
#FCC337 (or 0xFCC337) is known color: Sunglow. HEX triplet: FC, C3 and 37. RGB value is (252,195,55). Sum of RGB (Red+Green+Blue) = 252+195+55=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC337 is #033CC8. Grayscale: #C4C4C4. Windows color (decimal): -212169 or 3654652. OLE color: 3654652.
HSL color Cylindrical-coordinate representation of color #FCC337: hue angle of 42.64º 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 #FCC337 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 55 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.01 |
| HSL | 42.64º | 0.97% | 0.6% | - |
| HSV(B) | 42.64º | 0.78% | 0.99% | - |
| XYZ | 60.35 | 60 | 12.02 | - |
| YUV | 196.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 55 | 0 | 0.23 | 0.78 | 0.01 | 42.64 | 0.97 | 0.6 |
| Hex | FC | C3 | 37 | 0 | 17 | 4E | 1 | 2B | 61 | 3C |
| Octal | 374 | 303 | 67 | 0 | 27 | 116 | 1 | 53 | 141 | 74 |
| Binary | 11111100 | 11000011 | 110111 | 0 | 10111 | 1001110 | 1 | 101011 | 1100001 | 111100 |
Color Harmonies of #FCC337
Complementary color
Monochromatic Colors of #FCC337
Black with #FCC337
Text Example
Text Example
White with #FCC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC337; }
p { color: rgb(252,195,55); }
H1.HeaderClassName
{
color: #FCC337;
}
.AnyTagClassName
{
color: #FCC337;
}
</style>
background-color css
<style>
a { background-color: #FCC337; }
a { background-color: rgb(252,195,55); }
div.DivClassName
{
background-color: #FCC337;
}
.BgClassName
{
background-color: #FCC337;
}
</style>
border-color css
<style>
span { border-color: #FCC337; }
span { border-color: rgb(252,195,55); }
td.TdClassName
{
border-color: #FCC337;
}
.TagClassName
{
border-color: #FCC337;
}
</style>