Shades of Grandis #FFCB69
Tints of Grandis #FFCB69
RGB
CMYK
RGB Variations
Color information
#FFCB69 (or 0xFFCB69) is known color: Grandis. HEX triplet: FF, CB and 69. RGB value is (255,203,105). Sum of RGB (Red+Green+Blue) = 255+203+105=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 105 (41.41% from 255 or 18.65% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB69 is #003496. Grayscale: #CFCFCF. Windows color (decimal): -13463 or 6933503. OLE color: 6933503.
HSL color Cylindrical-coordinate representation of color #FFCB69: hue angle of 39.2º 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 #FFCB69 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 105 | - |
| CMYK | 0 | 0.20 | 0.59 | 0 |
| HSL | 39.2º | 1% | 0.71% | - |
| HSV(B) | 39.2º | 0.59% | 1% | - |
| XYZ | 65.15 | 64.99 | 22.48 | - |
| YUV | 207.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 105 | 0 | 0.20 | 0.59 | 0 | 39.2 | 1 | 0.71 |
| Hex | FF | CB | 69 | 0 | 14 | 3B | 0 | 27 | 64 | 47 |
| Octal | 377 | 313 | 151 | 0 | 24 | 73 | 0 | 47 | 144 | 107 |
| Binary | 11111111 | 11001011 | 1101001 | 0 | 10100 | 111011 | 0 | 100111 | 1100100 | 1000111 |
Color Harmonies of #FFCB69
Complementary color
Monochromatic Colors of #FFCB69
Black with #FFCB69
Text Example
Text Example
White with #FFCB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB69; }
p { color: rgb(255,203,105); }
H1.HeaderClassName
{
color: #FFCB69;
}
.AnyTagClassName
{
color: #FFCB69;
}
</style>
background-color css
<style>
a { background-color: #FFCB69; }
a { background-color: rgb(255,203,105); }
div.DivClassName
{
background-color: #FFCB69;
}
.BgClassName
{
background-color: #FFCB69;
}
</style>
border-color css
<style>
span { border-color: #FFCB69; }
span { border-color: rgb(255,203,105); }
td.TdClassName
{
border-color: #FFCB69;
}
.TagClassName
{
border-color: #FFCB69;
}
</style>