Shades of Grandis #FFCF75
Tints of Grandis #FFCF75
RGB
CMYK
RGB Variations
Color information
#FFCF75 (or 0xFFCF75) is known color: Grandis. HEX triplet: FF, CF and 75. RGB value is (255,207,117). Sum of RGB (Red+Green+Blue) = 255+207+117=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF75 is #00308A. Grayscale: #D3D3D3. Windows color (decimal): -12427 or 7720959. OLE color: 7720959.
HSL color Cylindrical-coordinate representation of color #FFCF75: hue angle of 39.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFCF75 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 117 | - |
| CMYK | 0 | 0.19 | 0.54 | 0 |
| HSL | 39.13º | 1% | 0.73% | - |
| HSV(B) | 39.13º | 0.54% | 1% | - |
| XYZ | 66.76 | 67.17 | 26.28 | - |
| YUV | 211.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 117 | 0 | 0.19 | 0.54 | 0 | 39.13 | 1 | 0.73 |
| Hex | FF | CF | 75 | 0 | 13 | 36 | 0 | 27 | 64 | 49 |
| Octal | 377 | 317 | 165 | 0 | 23 | 66 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11001111 | 1110101 | 0 | 10011 | 110110 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFCF75
Complementary color
Monochromatic Colors of #FFCF75
Black with #FFCF75
Text Example
Text Example
White with #FFCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF75; }
p { color: rgb(255,207,117); }
H1.HeaderClassName
{
color: #FFCF75;
}
.AnyTagClassName
{
color: #FFCF75;
}
</style>
background-color css
<style>
a { background-color: #FFCF75; }
a { background-color: rgb(255,207,117); }
div.DivClassName
{
background-color: #FFCF75;
}
.BgClassName
{
background-color: #FFCF75;
}
</style>
border-color css
<style>
span { border-color: #FFCF75; }
span { border-color: rgb(255,207,117); }
td.TdClassName
{
border-color: #FFCF75;
}
.TagClassName
{
border-color: #FFCF75;
}
</style>