Shades of Rajah #FFB464
Tints of Rajah #FFB464
RGB
CMYK
RGB Variations
Color information
#FFB464 (or 0xFFB464) is known color: Rajah. HEX triplet: FF, B4 and 64. RGB value is (255,180,100). Sum of RGB (Red+Green+Blue) = 255+180+100=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB464 is #004B9B. Grayscale: #C1C1C1. Windows color (decimal): -19356 or 6599935. OLE color: 6599935.
HSL color Cylindrical-coordinate representation of color #FFB464: hue angle of 30.97º 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 #FFB464 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 100 | - |
| CMYK | 0 | 0.29 | 0.61 | 0 |
| HSL | 30.97º | 1% | 0.7% | - |
| HSV(B) | 30.97º | 0.61% | 1% | - |
| XYZ | 59.86 | 54.82 | 19.48 | - |
| YUV | 193.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 100 | 0 | 0.29 | 0.61 | 0 | 30.97 | 1 | 0.7 |
| Hex | FF | B4 | 64 | 0 | 1D | 3D | 0 | 1F | 64 | 46 |
| Octal | 377 | 264 | 144 | 0 | 35 | 75 | 0 | 37 | 144 | 106 |
| Binary | 11111111 | 10110100 | 1100100 | 0 | 11101 | 111101 | 0 | 11111 | 1100100 | 1000110 |
Color Harmonies of #FFB464
Complementary color
Monochromatic Colors of #FFB464
Black with #FFB464
Text Example
Text Example
White with #FFB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB464; }
p { color: rgb(255,180,100); }
H1.HeaderClassName
{
color: #FFB464;
}
.AnyTagClassName
{
color: #FFB464;
}
</style>
background-color css
<style>
a { background-color: #FFB464; }
a { background-color: rgb(255,180,100); }
div.DivClassName
{
background-color: #FFB464;
}
.BgClassName
{
background-color: #FFB464;
}
</style>
border-color css
<style>
span { border-color: #FFB464; }
span { border-color: rgb(255,180,100); }
td.TdClassName
{
border-color: #FFB464;
}
.TagClassName
{
border-color: #FFB464;
}
</style>