Shades of Rajah #FFBB63
Tints of Rajah #FFBB63
RGB
CMYK
RGB Variations
Color information
#FFBB63 (or 0xFFBB63) is known color: Rajah. HEX triplet: FF, BB and 63. RGB value is (255,187,99). Sum of RGB (Red+Green+Blue) = 255+187+99=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB63 is #00449C. Grayscale: #C5C5C5. Windows color (decimal): -17565 or 6536191. OLE color: 6536191.
HSL color Cylindrical-coordinate representation of color #FFBB63: hue angle of 33.85º 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 #FFBB63 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 99 | - |
| CMYK | 0 | 0.27 | 0.61 | 0 |
| HSL | 33.85º | 1% | 0.69% | - |
| HSV(B) | 33.85º | 0.61% | 1% | - |
| XYZ | 61.26 | 57.7 | 19.71 | - |
| YUV | 197.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 99 | 0 | 0.27 | 0.61 | 0 | 33.85 | 1 | 0.69 |
| Hex | FF | BB | 63 | 0 | 1B | 3D | 0 | 22 | 64 | 45 |
| Octal | 377 | 273 | 143 | 0 | 33 | 75 | 0 | 42 | 144 | 105 |
| Binary | 11111111 | 10111011 | 1100011 | 0 | 11011 | 111101 | 0 | 100010 | 1100100 | 1000101 |
Color Harmonies of #FFBB63
Complementary color
Monochromatic Colors of #FFBB63
Black with #FFBB63
Text Example
Text Example
White with #FFBB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB63; }
p { color: rgb(255,187,99); }
H1.HeaderClassName
{
color: #FFBB63;
}
.AnyTagClassName
{
color: #FFBB63;
}
</style>
background-color css
<style>
a { background-color: #FFBB63; }
a { background-color: rgb(255,187,99); }
div.DivClassName
{
background-color: #FFBB63;
}
.BgClassName
{
background-color: #FFBB63;
}
</style>
border-color css
<style>
span { border-color: #FFBB63; }
span { border-color: rgb(255,187,99); }
td.TdClassName
{
border-color: #FFBB63;
}
.TagClassName
{
border-color: #FFBB63;
}
</style>