Shades of Sunglow #FFC740
Tints of Sunglow #FFC740
RGB
CMYK
RGB Variations
Color information
#FFC740 (or 0xFFC740) is known color: Sunglow. HEX triplet: FF, C7 and 40. RGB value is (255,199,64). Sum of RGB (Red+Green+Blue) = 255+199+64=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC740 is #0038BF. Grayscale: #C8C8C8. Windows color (decimal): -14528 or 4245503. OLE color: 4245503.
HSL color Cylindrical-coordinate representation of color #FFC740: hue angle of 42.41º 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 #FFC740 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 64 | - |
| CMYK | 0 | 0.22 | 0.75 | 0 |
| HSL | 42.41º | 1% | 0.63% | - |
| HSV(B) | 42.41º | 0.75% | 1% | - |
| XYZ | 62.59 | 62.48 | 13.61 | - |
| YUV | 200.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 64 | 0 | 0.22 | 0.75 | 0 | 42.41 | 1 | 0.63 |
| Hex | FF | C7 | 40 | 0 | 16 | 4B | 0 | 2A | 64 | 3F |
| Octal | 377 | 307 | 100 | 0 | 26 | 113 | 0 | 52 | 144 | 77 |
| Binary | 11111111 | 11000111 | 1000000 | 0 | 10110 | 1001011 | 0 | 101010 | 1100100 | 111111 |
Color Harmonies of #FFC740
Complementary color
Monochromatic Colors of #FFC740
Black with #FFC740
Text Example
Text Example
White with #FFC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC740; }
p { color: rgb(255,199,64); }
H1.HeaderClassName
{
color: #FFC740;
}
.AnyTagClassName
{
color: #FFC740;
}
</style>
background-color css
<style>
a { background-color: #FFC740; }
a { background-color: rgb(255,199,64); }
div.DivClassName
{
background-color: #FFC740;
}
.BgClassName
{
background-color: #FFC740;
}
</style>
border-color css
<style>
span { border-color: #FFC740; }
span { border-color: rgb(255,199,64); }
td.TdClassName
{
border-color: #FFC740;
}
.TagClassName
{
border-color: #FFC740;
}
</style>