Shades of Sunglow #F7CF40
Tints of Sunglow #F7CF40
RGB
CMYK
RGB Variations
Color information
#F7CF40 (or 0xF7CF40) is known color: Sunglow. HEX triplet: F7, CF and 40. RGB value is (247,207,64). Sum of RGB (Red+Green+Blue) = 247+207+64=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF40 is #0830BF. Grayscale: #CBCBCB. Windows color (decimal): -536768 or 4247543. OLE color: 4247543.
HSL color Cylindrical-coordinate representation of color #F7CF40: hue angle of 46.89º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7CF40 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.03 |
| HSL | 46.89º | 0.92% | 0.61% | - |
| HSV(B) | 46.89º | 0.74% | 0.97% | - |
| XYZ | 61.6 | 64.77 | 14.11 | - |
| YUV | 202.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 64 | 0 | 0.16 | 0.74 | 0.03 | 46.89 | 0.92 | 0.61 |
| Hex | F7 | CF | 40 | 0 | 10 | 4A | 3 | 2F | 5C | 3D |
| Octal | 367 | 317 | 100 | 0 | 20 | 112 | 3 | 57 | 134 | 75 |
| Binary | 11110111 | 11001111 | 1000000 | 0 | 10000 | 1001010 | 11 | 101111 | 1011100 | 111101 |
Color Harmonies of #F7CF40
Complementary color
Monochromatic Colors of #F7CF40
Black with #F7CF40
Text Example
Text Example
White with #F7CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF40; }
p { color: rgb(247,207,64); }
H1.HeaderClassName
{
color: #F7CF40;
}
.AnyTagClassName
{
color: #F7CF40;
}
</style>
background-color css
<style>
a { background-color: #F7CF40; }
a { background-color: rgb(247,207,64); }
div.DivClassName
{
background-color: #F7CF40;
}
.BgClassName
{
background-color: #F7CF40;
}
</style>
border-color css
<style>
span { border-color: #F7CF40; }
span { border-color: rgb(247,207,64); }
td.TdClassName
{
border-color: #F7CF40;
}
.TagClassName
{
border-color: #F7CF40;
}
</style>