Shades of Grandis #FFCF69
Tints of Grandis #FFCF69
RGB
CMYK
RGB Variations
Color information
#FFCF69 (or 0xFFCF69) is known color: Grandis. HEX triplet: FF, CF and 69. RGB value is (255,207,105). Sum of RGB (Red+Green+Blue) = 255+207+105=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF69 is #003096. Grayscale: #D2D2D2. Windows color (decimal): -12439 or 6934527. OLE color: 6934527.
HSL color Cylindrical-coordinate representation of color #FFCF69: hue angle of 40.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFCF69 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 105 | - |
| CMYK | 0 | 0.19 | 0.59 | 0 |
| HSL | 40.8º | 1% | 0.71% | - |
| HSV(B) | 40.8º | 0.59% | 1% | - |
| XYZ | 66.1 | 66.91 | 22.79 | - |
| YUV | 209.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 105 | 0 | 0.19 | 0.59 | 0 | 40.8 | 1 | 0.71 |
| Hex | FF | CF | 69 | 0 | 13 | 3B | 0 | 29 | 64 | 47 |
| Octal | 377 | 317 | 151 | 0 | 23 | 73 | 0 | 51 | 144 | 107 |
| Binary | 11111111 | 11001111 | 1101001 | 0 | 10011 | 111011 | 0 | 101001 | 1100100 | 1000111 |
Color Harmonies of #FFCF69
Complementary color
Monochromatic Colors of #FFCF69
Black with #FFCF69
Text Example
Text Example
White with #FFCF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF69; }
p { color: rgb(255,207,105); }
H1.HeaderClassName
{
color: #FFCF69;
}
.AnyTagClassName
{
color: #FFCF69;
}
</style>
background-color css
<style>
a { background-color: #FFCF69; }
a { background-color: rgb(255,207,105); }
div.DivClassName
{
background-color: #FFCF69;
}
.BgClassName
{
background-color: #FFCF69;
}
</style>
border-color css
<style>
span { border-color: #FFCF69; }
span { border-color: rgb(255,207,105); }
td.TdClassName
{
border-color: #FFCF69;
}
.TagClassName
{
border-color: #FFCF69;
}
</style>