Shades of Rajah #FFB266
Tints of Rajah #FFB266
RGB
CMYK
RGB Variations
Color information
#FFB266 (or 0xFFB266) is known color: Rajah. HEX triplet: FF, B2 and 66. RGB value is (255,178,102). Sum of RGB (Red+Green+Blue) = 255+178+102=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB266 is #004D99. Grayscale: #C0C0C0. Windows color (decimal): -19866 or 6730495. OLE color: 6730495.
HSL color Cylindrical-coordinate representation of color #FFB266: hue angle of 29.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB266 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 102 | - |
| CMYK | 0 | 0.30 | 0.6 | 0 |
| HSL | 29.8º | 1% | 0.7% | - |
| HSV(B) | 29.8º | 0.6% | 1% | - |
| XYZ | 59.56 | 54.06 | 19.87 | - |
| YUV | 192.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 102 | 0 | 0.30 | 0.6 | 0 | 29.8 | 1 | 0.7 |
| Hex | FF | B2 | 66 | 0 | 1E | 3C | 0 | 1E | 64 | 46 |
| Octal | 377 | 262 | 146 | 0 | 36 | 74 | 0 | 36 | 144 | 106 |
| Binary | 11111111 | 10110010 | 1100110 | 0 | 11110 | 111100 | 0 | 11110 | 1100100 | 1000110 |
Color Harmonies of #FFB266
Complementary color
Monochromatic Colors of #FFB266
Black with #FFB266
Text Example
Text Example
White with #FFB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB266; }
p { color: rgb(255,178,102); }
H1.HeaderClassName
{
color: #FFB266;
}
.AnyTagClassName
{
color: #FFB266;
}
</style>
background-color css
<style>
a { background-color: #FFB266; }
a { background-color: rgb(255,178,102); }
div.DivClassName
{
background-color: #FFB266;
}
.BgClassName
{
background-color: #FFB266;
}
</style>
border-color css
<style>
span { border-color: #FFB266; }
span { border-color: rgb(255,178,102); }
td.TdClassName
{
border-color: #FFB266;
}
.TagClassName
{
border-color: #FFB266;
}
</style>