Shades of Grandis #FFCB65
Tints of Grandis #FFCB65
RGB
CMYK
RGB Variations
Color information
#FFCB65 (or 0xFFCB65) is known color: Grandis. HEX triplet: FF, CB and 65. RGB value is (255,203,101). Sum of RGB (Red+Green+Blue) = 255+203+101=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB65 is #00349A. Grayscale: #CFCFCF. Windows color (decimal): -13467 or 6671359. OLE color: 6671359.
HSL color Cylindrical-coordinate representation of color #FFCB65: hue angle of 39.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFCB65 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 101 | - |
| CMYK | 0 | 0.20 | 0.60 | 0 |
| HSL | 39.74º | 1% | 0.7% | - |
| HSV(B) | 39.74º | 0.6% | 1% | - |
| XYZ | 64.94 | 64.91 | 21.42 | - |
| YUV | 206.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 101 | 0 | 0.20 | 0.60 | 0 | 39.74 | 1 | 0.7 |
| Hex | FF | CB | 65 | 0 | 14 | 3C | 0 | 28 | 64 | 46 |
| Octal | 377 | 313 | 145 | 0 | 24 | 74 | 0 | 50 | 144 | 106 |
| Binary | 11111111 | 11001011 | 1100101 | 0 | 10100 | 111100 | 0 | 101000 | 1100100 | 1000110 |
Color Harmonies of #FFCB65
Complementary color
Monochromatic Colors of #FFCB65
Black with #FFCB65
Text Example
Text Example
White with #FFCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB65; }
p { color: rgb(255,203,101); }
H1.HeaderClassName
{
color: #FFCB65;
}
.AnyTagClassName
{
color: #FFCB65;
}
</style>
background-color css
<style>
a { background-color: #FFCB65; }
a { background-color: rgb(255,203,101); }
div.DivClassName
{
background-color: #FFCB65;
}
.BgClassName
{
background-color: #FFCB65;
}
</style>
border-color css
<style>
span { border-color: #FFCB65; }
span { border-color: rgb(255,203,101); }
td.TdClassName
{
border-color: #FFCB65;
}
.TagClassName
{
border-color: #FFCB65;
}
</style>