Shades of Rajah #FFB664
Tints of Rajah #FFB664
RGB
CMYK
RGB Variations
Color information
#FFB664 (or 0xFFB664) is known color: Rajah. HEX triplet: FF, B6 and 64. RGB value is (255,182,100). Sum of RGB (Red+Green+Blue) = 255+182+100=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB664 is #00499B. Grayscale: #C2C2C2. Windows color (decimal): -18844 or 6600447. OLE color: 6600447.
HSL color Cylindrical-coordinate representation of color #FFB664: hue angle of 31.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB664 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 100 | - |
| CMYK | 0 | 0.29 | 0.61 | 0 |
| HSL | 31.74º | 1% | 0.7% | - |
| HSV(B) | 31.74º | 0.61% | 1% | - |
| XYZ | 60.27 | 55.64 | 19.62 | - |
| YUV | 194.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 100 | 0 | 0.29 | 0.61 | 0 | 31.74 | 1 | 0.7 |
| Hex | FF | B6 | 64 | 0 | 1D | 3D | 0 | 20 | 64 | 46 |
| Octal | 377 | 266 | 144 | 0 | 35 | 75 | 0 | 40 | 144 | 106 |
| Binary | 11111111 | 10110110 | 1100100 | 0 | 11101 | 111101 | 0 | 100000 | 1100100 | 1000110 |
Color Harmonies of #FFB664
Complementary color
Monochromatic Colors of #FFB664
Black with #FFB664
Text Example
Text Example
White with #FFB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB664; }
p { color: rgb(255,182,100); }
H1.HeaderClassName
{
color: #FFB664;
}
.AnyTagClassName
{
color: #FFB664;
}
</style>
background-color css
<style>
a { background-color: #FFB664; }
a { background-color: rgb(255,182,100); }
div.DivClassName
{
background-color: #FFB664;
}
.BgClassName
{
background-color: #FFB664;
}
</style>
border-color css
<style>
span { border-color: #FFB664; }
span { border-color: rgb(255,182,100); }
td.TdClassName
{
border-color: #FFB664;
}
.TagClassName
{
border-color: #FFB664;
}
</style>