Shades of Grandis #FFCB68
Tints of Grandis #FFCB68
RGB
CMYK
RGB Variations
Color information
#FFCB68 (or 0xFFCB68) is known color: Grandis. HEX triplet: FF, CB and 68. RGB value is (255,203,104). Sum of RGB (Red+Green+Blue) = 255+203+104=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB68 is #003497. Grayscale: #CFCFCF. Windows color (decimal): -13464 or 6867967. OLE color: 6867967.
HSL color Cylindrical-coordinate representation of color #FFCB68: hue angle of 39.34º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFCB68 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 104 | - |
| CMYK | 0 | 0.20 | 0.59 | 0 |
| HSL | 39.34º | 1% | 0.7% | - |
| HSV(B) | 39.34º | 0.59% | 1% | - |
| XYZ | 65.09 | 64.97 | 22.21 | - |
| YUV | 207.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 104 | 0 | 0.20 | 0.59 | 0 | 39.34 | 1 | 0.7 |
| Hex | FF | CB | 68 | 0 | 14 | 3B | 0 | 27 | 64 | 46 |
| Octal | 377 | 313 | 150 | 0 | 24 | 73 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001011 | 1101000 | 0 | 10100 | 111011 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFCB68
Complementary color
Monochromatic Colors of #FFCB68
Black with #FFCB68
Text Example
Text Example
White with #FFCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB68; }
p { color: rgb(255,203,104); }
H1.HeaderClassName
{
color: #FFCB68;
}
.AnyTagClassName
{
color: #FFCB68;
}
</style>
background-color css
<style>
a { background-color: #FFCB68; }
a { background-color: rgb(255,203,104); }
div.DivClassName
{
background-color: #FFCB68;
}
.BgClassName
{
background-color: #FFCB68;
}
</style>
border-color css
<style>
span { border-color: #FFCB68; }
span { border-color: rgb(255,203,104); }
td.TdClassName
{
border-color: #FFCB68;
}
.TagClassName
{
border-color: #FFCB68;
}
</style>