Shades of Grandis #FFCB6E
Tints of Grandis #FFCB6E
RGB
CMYK
RGB Variations
Color information
#FFCB6E (or 0xFFCB6E) is known color: Grandis. HEX triplet: FF, CB and 6E. RGB value is (255,203,110). Sum of RGB (Red+Green+Blue) = 255+203+110=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB6E is #003491. Grayscale: #D0D0D0. Windows color (decimal): -13458 or 7261183. OLE color: 7261183.
HSL color Cylindrical-coordinate representation of color #FFCB6E: hue angle of 38.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCB6E is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 110 | - |
| CMYK | 0 | 0.20 | 0.57 | 0 |
| HSL | 38.48º | 1% | 0.72% | - |
| HSV(B) | 38.48º | 0.57% | 1% | - |
| XYZ | 65.41 | 65.1 | 23.87 | - |
| YUV | 207.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 110 | 0 | 0.20 | 0.57 | 0 | 38.48 | 1 | 0.72 |
| Hex | FF | CB | 6E | 0 | 14 | 39 | 0 | 26 | 64 | 48 |
| Octal | 377 | 313 | 156 | 0 | 24 | 71 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001011 | 1101110 | 0 | 10100 | 111001 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFCB6E
Complementary color
Monochromatic Colors of #FFCB6E
Black with #FFCB6E
Text Example
Text Example
White with #FFCB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB6E; }
p { color: rgb(255,203,110); }
H1.HeaderClassName
{
color: #FFCB6E;
}
.AnyTagClassName
{
color: #FFCB6E;
}
</style>
background-color css
<style>
a { background-color: #FFCB6E; }
a { background-color: rgb(255,203,110); }
div.DivClassName
{
background-color: #FFCB6E;
}
.BgClassName
{
background-color: #FFCB6E;
}
</style>
border-color css
<style>
span { border-color: #FFCB6E; }
span { border-color: rgb(255,203,110); }
td.TdClassName
{
border-color: #FFCB6E;
}
.TagClassName
{
border-color: #FFCB6E;
}
</style>