Shades of Grandis #FFCF72
Tints of Grandis #FFCF72
RGB
CMYK
RGB Variations
Color information
#FFCF72 (or 0xFFCF72) is known color: Grandis. HEX triplet: FF, CF and 72. RGB value is (255,207,114). Sum of RGB (Red+Green+Blue) = 255+207+114=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF72 is #00308D. Grayscale: #D3D3D3. Windows color (decimal): -12430 or 7524351. OLE color: 7524351.
HSL color Cylindrical-coordinate representation of color #FFCF72: hue angle of 39.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCF72 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 114 | - |
| CMYK | 0 | 0.19 | 0.55 | 0 |
| HSL | 39.57º | 1% | 0.72% | - |
| HSV(B) | 39.57º | 0.55% | 1% | - |
| XYZ | 66.59 | 67.1 | 25.36 | - |
| YUV | 210.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 114 | 0 | 0.19 | 0.55 | 0 | 39.57 | 1 | 0.72 |
| Hex | FF | CF | 72 | 0 | 13 | 37 | 0 | 28 | 64 | 48 |
| Octal | 377 | 317 | 162 | 0 | 23 | 67 | 0 | 50 | 144 | 110 |
| Binary | 11111111 | 11001111 | 1110010 | 0 | 10011 | 110111 | 0 | 101000 | 1100100 | 1001000 |
Color Harmonies of #FFCF72
Complementary color
Monochromatic Colors of #FFCF72
Black with #FFCF72
Text Example
Text Example
White with #FFCF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF72; }
p { color: rgb(255,207,114); }
H1.HeaderClassName
{
color: #FFCF72;
}
.AnyTagClassName
{
color: #FFCF72;
}
</style>
background-color css
<style>
a { background-color: #FFCF72; }
a { background-color: rgb(255,207,114); }
div.DivClassName
{
background-color: #FFCF72;
}
.BgClassName
{
background-color: #FFCF72;
}
</style>
border-color css
<style>
span { border-color: #FFCF72; }
span { border-color: rgb(255,207,114); }
td.TdClassName
{
border-color: #FFCF72;
}
.TagClassName
{
border-color: #FFCF72;
}
</style>