Shades of Rajah #FFBD63
Tints of Rajah #FFBD63
RGB
CMYK
RGB Variations
Color information
#FFBD63 (or 0xFFBD63) is known color: Rajah. HEX triplet: FF, BD and 63. RGB value is (255,189,99). Sum of RGB (Red+Green+Blue) = 255+189+99=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD63 is #00429C. Grayscale: #C6C6C6. Windows color (decimal): -17053 or 6536703. OLE color: 6536703.
HSL color Cylindrical-coordinate representation of color #FFBD63: hue angle of 34.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 #FFBD63 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 99 | - |
| CMYK | 0 | 0.26 | 0.61 | 0 |
| HSL | 34.62º | 1% | 0.69% | - |
| HSV(B) | 34.62º | 0.61% | 1% | - |
| XYZ | 61.69 | 58.56 | 19.86 | - |
| YUV | 198.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 99 | 0 | 0.26 | 0.61 | 0 | 34.62 | 1 | 0.69 |
| Hex | FF | BD | 63 | 0 | 1A | 3D | 0 | 23 | 64 | 45 |
| Octal | 377 | 275 | 143 | 0 | 32 | 75 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111101 | 1100011 | 0 | 11010 | 111101 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBD63
Complementary color
Monochromatic Colors of #FFBD63
Black with #FFBD63
Text Example
Text Example
White with #FFBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD63; }
p { color: rgb(255,189,99); }
H1.HeaderClassName
{
color: #FFBD63;
}
.AnyTagClassName
{
color: #FFBD63;
}
</style>
background-color css
<style>
a { background-color: #FFBD63; }
a { background-color: rgb(255,189,99); }
div.DivClassName
{
background-color: #FFBD63;
}
.BgClassName
{
background-color: #FFBD63;
}
</style>
border-color css
<style>
span { border-color: #FFBD63; }
span { border-color: rgb(255,189,99); }
td.TdClassName
{
border-color: #FFBD63;
}
.TagClassName
{
border-color: #FFBD63;
}
</style>