Shades of Grandis #FFCB6A
Tints of Grandis #FFCB6A
RGB
CMYK
RGB Variations
Color information
#FFCB6A (or 0xFFCB6A) is known color: Grandis. HEX triplet: FF, CB and 6A. RGB value is (255,203,106). Sum of RGB (Red+Green+Blue) = 255+203+106=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB6A is #003495. Grayscale: #CFCFCF. Windows color (decimal): -13462 or 6999039. OLE color: 6999039.
HSL color Cylindrical-coordinate representation of color #FFCB6A: hue angle of 39.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFCB6A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 106 | - |
| CMYK | 0 | 0.20 | 0.58 | 0 |
| HSL | 39.06º | 1% | 0.71% | - |
| HSV(B) | 39.06º | 0.58% | 1% | - |
| XYZ | 65.2 | 65.01 | 22.75 | - |
| YUV | 207.49 | 70.73 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 106 | 0 | 0.20 | 0.58 | 0 | 39.06 | 1 | 0.71 |
| Hex | FF | CB | 6A | 0 | 14 | 3A | 0 | 27 | 64 | 47 |
| Octal | 377 | 313 | 152 | 0 | 24 | 72 | 0 | 47 | 144 | 107 |
| Binary | 11111111 | 11001011 | 1101010 | 0 | 10100 | 111010 | 0 | 100111 | 1100100 | 1000111 |
Color Harmonies of #FFCB6A
Complementary color
Monochromatic Colors of #FFCB6A
Black with #FFCB6A
Text Example
Text Example
White with #FFCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB6A; }
p { color: rgb(255,203,106); }
H1.HeaderClassName
{
color: #FFCB6A;
}
.AnyTagClassName
{
color: #FFCB6A;
}
</style>
background-color css
<style>
a { background-color: #FFCB6A; }
a { background-color: rgb(255,203,106); }
div.DivClassName
{
background-color: #FFCB6A;
}
.BgClassName
{
background-color: #FFCB6A;
}
</style>
border-color css
<style>
span { border-color: #FFCB6A; }
span { border-color: rgb(255,203,106); }
td.TdClassName
{
border-color: #FFCB6A;
}
.TagClassName
{
border-color: #FFCB6A;
}
</style>