Shades of Sunglow #FCC441
Tints of Sunglow #FCC441
RGB
CMYK
RGB Variations
Color information
#FCC441 (or 0xFCC441) is known color: Sunglow. HEX triplet: FC, C4 and 41. RGB value is (252,196,65). Sum of RGB (Red+Green+Blue) = 252+196+65=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC441 is #033BBE. Grayscale: #C6C6C6. Windows color (decimal): -211903 or 4310268. OLE color: 4310268.
HSL color Cylindrical-coordinate representation of color #FCC441: hue angle of 42.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC441 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 65 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.01 |
| HSL | 42.03º | 0.97% | 0.62% | - |
| HSV(B) | 42.03º | 0.74% | 0.99% | - |
| XYZ | 60.84 | 60.56 | 13.48 | - |
| YUV | 197.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 65 | 0 | 0.22 | 0.74 | 0.01 | 42.03 | 0.97 | 0.62 |
| Hex | FC | C4 | 41 | 0 | 16 | 4A | 1 | 2A | 61 | 3E |
| Octal | 374 | 304 | 101 | 0 | 26 | 112 | 1 | 52 | 141 | 76 |
| Binary | 11111100 | 11000100 | 1000001 | 0 | 10110 | 1001010 | 1 | 101010 | 1100001 | 111110 |
Color Harmonies of #FCC441
Complementary color
Monochromatic Colors of #FCC441
Black with #FCC441
Text Example
Text Example
White with #FCC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC441; }
p { color: rgb(252,196,65); }
H1.HeaderClassName
{
color: #FCC441;
}
.AnyTagClassName
{
color: #FCC441;
}
</style>
background-color css
<style>
a { background-color: #FCC441; }
a { background-color: rgb(252,196,65); }
div.DivClassName
{
background-color: #FCC441;
}
.BgClassName
{
background-color: #FCC441;
}
</style>
border-color css
<style>
span { border-color: #FCC441; }
span { border-color: rgb(252,196,65); }
td.TdClassName
{
border-color: #FCC441;
}
.TagClassName
{
border-color: #FCC441;
}
</style>