Shades of Grandis #FFCB72
Tints of Grandis #FFCB72
RGB
CMYK
RGB Variations
Color information
#FFCB72 (or 0xFFCB72) is known color: Grandis. HEX triplet: FF, CB and 72. RGB value is (255,203,114). Sum of RGB (Red+Green+Blue) = 255+203+114=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB72 is #00348D. Grayscale: #D0D0D0. Windows color (decimal): -13454 or 7523327. OLE color: 7523327.
HSL color Cylindrical-coordinate representation of color #FFCB72: hue angle of 37.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCB72 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 114 | - |
| CMYK | 0 | 0.20 | 0.55 | 0 |
| HSL | 37.87º | 1% | 0.72% | - |
| HSV(B) | 37.87º | 0.55% | 1% | - |
| XYZ | 65.63 | 65.19 | 25.04 | - |
| YUV | 208.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 114 | 0 | 0.20 | 0.55 | 0 | 37.87 | 1 | 0.72 |
| Hex | FF | CB | 72 | 0 | 14 | 37 | 0 | 26 | 64 | 48 |
| Octal | 377 | 313 | 162 | 0 | 24 | 67 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001011 | 1110010 | 0 | 10100 | 110111 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFCB72
Complementary color
Monochromatic Colors of #FFCB72
Black with #FFCB72
Text Example
Text Example
White with #FFCB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB72; }
p { color: rgb(255,203,114); }
H1.HeaderClassName
{
color: #FFCB72;
}
.AnyTagClassName
{
color: #FFCB72;
}
</style>
background-color css
<style>
a { background-color: #FFCB72; }
a { background-color: rgb(255,203,114); }
div.DivClassName
{
background-color: #FFCB72;
}
.BgClassName
{
background-color: #FFCB72;
}
</style>
border-color css
<style>
span { border-color: #FFCB72; }
span { border-color: rgb(255,203,114); }
td.TdClassName
{
border-color: #FFCB72;
}
.TagClassName
{
border-color: #FFCB72;
}
</style>