Shades of Rajah #FFB063
Tints of Rajah #FFB063
RGB
CMYK
RGB Variations
Color information
#FFB063 (or 0xFFB063) is known color: Rajah. HEX triplet: FF, B0 and 63. RGB value is (255,176,99). Sum of RGB (Red+Green+Blue) = 255+176+99=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB063 is #004F9C. Grayscale: #BFBFBF. Windows color (decimal): -20381 or 6533375. OLE color: 6533375.
HSL color Cylindrical-coordinate representation of color #FFB063: hue angle of 29.62º 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 #FFB063 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 99 | - |
| CMYK | 0 | 0.31 | 0.61 | 0 |
| HSL | 29.62º | 1% | 0.69% | - |
| HSV(B) | 29.62º | 0.61% | 1% | - |
| XYZ | 59.02 | 53.21 | 18.96 | - |
| YUV | 190.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 99 | 0 | 0.31 | 0.61 | 0 | 29.62 | 1 | 0.69 |
| Hex | FF | B0 | 63 | 0 | 1F | 3D | 0 | 1E | 64 | 45 |
| Octal | 377 | 260 | 143 | 0 | 37 | 75 | 0 | 36 | 144 | 105 |
| Binary | 11111111 | 10110000 | 1100011 | 0 | 11111 | 111101 | 0 | 11110 | 1100100 | 1000101 |
Color Harmonies of #FFB063
Complementary color
Monochromatic Colors of #FFB063
Black with #FFB063
Text Example
Text Example
White with #FFB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB063; }
p { color: rgb(255,176,99); }
H1.HeaderClassName
{
color: #FFB063;
}
.AnyTagClassName
{
color: #FFB063;
}
</style>
background-color css
<style>
a { background-color: #FFB063; }
a { background-color: rgb(255,176,99); }
div.DivClassName
{
background-color: #FFB063;
}
.BgClassName
{
background-color: #FFB063;
}
</style>
border-color css
<style>
span { border-color: #FFB063; }
span { border-color: rgb(255,176,99); }
td.TdClassName
{
border-color: #FFB063;
}
.TagClassName
{
border-color: #FFB063;
}
</style>