Shades of Grandis #FFCB71
Tints of Grandis #FFCB71
RGB
CMYK
RGB Variations
Color information
#FFCB71 (or 0xFFCB71) is known color: Grandis. HEX triplet: FF, CB and 71. RGB value is (255,203,113). Sum of RGB (Red+Green+Blue) = 255+203+113=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB71 is #00348E. Grayscale: #D0D0D0. Windows color (decimal): -13455 or 7457791. OLE color: 7457791.
HSL color Cylindrical-coordinate representation of color #FFCB71: hue angle of 38.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFCB71 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 113 | - |
| CMYK | 0 | 0.20 | 0.56 | 0 |
| HSL | 38.03º | 1% | 0.72% | - |
| HSV(B) | 38.03º | 0.56% | 1% | - |
| XYZ | 65.58 | 65.16 | 24.74 | - |
| YUV | 208.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 113 | 0 | 0.20 | 0.56 | 0 | 38.03 | 1 | 0.72 |
| Hex | FF | CB | 71 | 0 | 14 | 38 | 0 | 26 | 64 | 48 |
| Octal | 377 | 313 | 161 | 0 | 24 | 70 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001011 | 1110001 | 0 | 10100 | 111000 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFCB71
Complementary color
Monochromatic Colors of #FFCB71
Black with #FFCB71
Text Example
Text Example
White with #FFCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB71; }
p { color: rgb(255,203,113); }
H1.HeaderClassName
{
color: #FFCB71;
}
.AnyTagClassName
{
color: #FFCB71;
}
</style>
background-color css
<style>
a { background-color: #FFCB71; }
a { background-color: rgb(255,203,113); }
div.DivClassName
{
background-color: #FFCB71;
}
.BgClassName
{
background-color: #FFCB71;
}
</style>
border-color css
<style>
span { border-color: #FFCB71; }
span { border-color: rgb(255,203,113); }
td.TdClassName
{
border-color: #FFCB71;
}
.TagClassName
{
border-color: #FFCB71;
}
</style>