Shades of Grandis #FFCB73
Tints of Grandis #FFCB73
RGB
CMYK
RGB Variations
Color information
#FFCB73 (or 0xFFCB73) is known color: Grandis. HEX triplet: FF, CB and 73. RGB value is (255,203,115). Sum of RGB (Red+Green+Blue) = 255+203+115=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB73 is #00348C. Grayscale: #D0D0D0. Windows color (decimal): -13453 or 7588863. OLE color: 7588863.
HSL color Cylindrical-coordinate representation of color #FFCB73: hue angle of 37.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCB73 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 115 | - |
| CMYK | 0 | 0.20 | 0.55 | 0 |
| HSL | 37.71º | 1% | 0.73% | - |
| HSV(B) | 37.71º | 0.55% | 1% | - |
| XYZ | 65.69 | 65.21 | 25.34 | - |
| YUV | 208.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 115 | 0 | 0.20 | 0.55 | 0 | 37.71 | 1 | 0.73 |
| Hex | FF | CB | 73 | 0 | 14 | 37 | 0 | 26 | 64 | 49 |
| Octal | 377 | 313 | 163 | 0 | 24 | 67 | 0 | 46 | 144 | 111 |
| Binary | 11111111 | 11001011 | 1110011 | 0 | 10100 | 110111 | 0 | 100110 | 1100100 | 1001001 |
Color Harmonies of #FFCB73
Complementary color
Monochromatic Colors of #FFCB73
Black with #FFCB73
Text Example
Text Example
White with #FFCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB73; }
p { color: rgb(255,203,115); }
H1.HeaderClassName
{
color: #FFCB73;
}
.AnyTagClassName
{
color: #FFCB73;
}
</style>
background-color css
<style>
a { background-color: #FFCB73; }
a { background-color: rgb(255,203,115); }
div.DivClassName
{
background-color: #FFCB73;
}
.BgClassName
{
background-color: #FFCB73;
}
</style>
border-color css
<style>
span { border-color: #FFCB73; }
span { border-color: rgb(255,203,115); }
td.TdClassName
{
border-color: #FFCB73;
}
.TagClassName
{
border-color: #FFCB73;
}
</style>