Shades of Grandis #FFCF73
Tints of Grandis #FFCF73
RGB
CMYK
RGB Variations
Color information
#FFCF73 (or 0xFFCF73) is known color: Grandis. HEX triplet: FF, CF and 73. RGB value is (255,207,115). Sum of RGB (Red+Green+Blue) = 255+207+115=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF73 is #00308C. Grayscale: #D3D3D3. Windows color (decimal): -12429 or 7589887. OLE color: 7589887.
HSL color Cylindrical-coordinate representation of color #FFCF73: hue angle of 39.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCF73 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 115 | - |
| CMYK | 0 | 0.19 | 0.55 | 0 |
| HSL | 39.43º | 1% | 0.73% | - |
| HSV(B) | 39.43º | 0.55% | 1% | - |
| XYZ | 66.65 | 67.12 | 25.66 | - |
| YUV | 210.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 115 | 0 | 0.19 | 0.55 | 0 | 39.43 | 1 | 0.73 |
| Hex | FF | CF | 73 | 0 | 13 | 37 | 0 | 27 | 64 | 49 |
| Octal | 377 | 317 | 163 | 0 | 23 | 67 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11001111 | 1110011 | 0 | 10011 | 110111 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFCF73
Complementary color
Monochromatic Colors of #FFCF73
Black with #FFCF73
Text Example
Text Example
White with #FFCF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF73; }
p { color: rgb(255,207,115); }
H1.HeaderClassName
{
color: #FFCF73;
}
.AnyTagClassName
{
color: #FFCF73;
}
</style>
background-color css
<style>
a { background-color: #FFCF73; }
a { background-color: rgb(255,207,115); }
div.DivClassName
{
background-color: #FFCF73;
}
.BgClassName
{
background-color: #FFCF73;
}
</style>
border-color css
<style>
span { border-color: #FFCF73; }
span { border-color: rgb(255,207,115); }
td.TdClassName
{
border-color: #FFCF73;
}
.TagClassName
{
border-color: #FFCF73;
}
</style>