Shades of Sunglow #FFC440
Tints of Sunglow #FFC440
RGB
CMYK
RGB Variations
Color information
#FFC440 (or 0xFFC440) is known color: Sunglow. HEX triplet: FF, C4 and 40. RGB value is (255,196,64). Sum of RGB (Red+Green+Blue) = 255+196+64=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC440 is #003BBF. Grayscale: #C7C7C7. Windows color (decimal): -15296 or 4244735. OLE color: 4244735.
HSL color Cylindrical-coordinate representation of color #FFC440: hue angle of 41.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFC440 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 64 | - |
| CMYK | 0 | 0.23 | 0.75 | 0 |
| HSL | 41.47º | 1% | 0.63% | - |
| HSV(B) | 41.47º | 0.75% | 1% | - |
| XYZ | 61.91 | 61.11 | 13.38 | - |
| YUV | 198.59 | 52.05 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 64 | 0 | 0.23 | 0.75 | 0 | 41.47 | 1 | 0.63 |
| Hex | FF | C4 | 40 | 0 | 17 | 4B | 0 | 29 | 64 | 3F |
| Octal | 377 | 304 | 100 | 0 | 27 | 113 | 0 | 51 | 144 | 77 |
| Binary | 11111111 | 11000100 | 1000000 | 0 | 10111 | 1001011 | 0 | 101001 | 1100100 | 111111 |
Color Harmonies of #FFC440
Complementary color
Monochromatic Colors of #FFC440
Black with #FFC440
Text Example
Text Example
White with #FFC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC440; }
p { color: rgb(255,196,64); }
H1.HeaderClassName
{
color: #FFC440;
}
.AnyTagClassName
{
color: #FFC440;
}
</style>
background-color css
<style>
a { background-color: #FFC440; }
a { background-color: rgb(255,196,64); }
div.DivClassName
{
background-color: #FFC440;
}
.BgClassName
{
background-color: #FFC440;
}
</style>
border-color css
<style>
span { border-color: #FFC440; }
span { border-color: rgb(255,196,64); }
td.TdClassName
{
border-color: #FFC440;
}
.TagClassName
{
border-color: #FFC440;
}
</style>