Shades of Rajah #FFB463
Tints of Rajah #FFB463
RGB
CMYK
RGB Variations
Color information
#FFB463 (or 0xFFB463) is known color: Rajah. HEX triplet: FF, B4 and 63. RGB value is (255,180,99). Sum of RGB (Red+Green+Blue) = 255+180+99=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB463 is #004B9C. Grayscale: #C1C1C1. Windows color (decimal): -19357 or 6534399. OLE color: 6534399.
HSL color Cylindrical-coordinate representation of color #FFB463: hue angle of 31.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB463 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 99 | - |
| CMYK | 0 | 0.29 | 0.61 | 0 |
| HSL | 31.15º | 1% | 0.69% | - |
| HSV(B) | 31.15º | 0.61% | 1% | - |
| XYZ | 59.81 | 54.8 | 19.23 | - |
| YUV | 193.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 99 | 0 | 0.29 | 0.61 | 0 | 31.15 | 1 | 0.69 |
| Hex | FF | B4 | 63 | 0 | 1D | 3D | 0 | 1F | 64 | 45 |
| Octal | 377 | 264 | 143 | 0 | 35 | 75 | 0 | 37 | 144 | 105 |
| Binary | 11111111 | 10110100 | 1100011 | 0 | 11101 | 111101 | 0 | 11111 | 1100100 | 1000101 |
Color Harmonies of #FFB463
Complementary color
Monochromatic Colors of #FFB463
Black with #FFB463
Text Example
Text Example
White with #FFB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB463; }
p { color: rgb(255,180,99); }
H1.HeaderClassName
{
color: #FFB463;
}
.AnyTagClassName
{
color: #FFB463;
}
</style>
background-color css
<style>
a { background-color: #FFB463; }
a { background-color: rgb(255,180,99); }
div.DivClassName
{
background-color: #FFB463;
}
.BgClassName
{
background-color: #FFB463;
}
</style>
border-color css
<style>
span { border-color: #FFB463; }
span { border-color: rgb(255,180,99); }
td.TdClassName
{
border-color: #FFB463;
}
.TagClassName
{
border-color: #FFB463;
}
</style>