Shades of Rajah #FFBD64
Tints of Rajah #FFBD64
RGB
CMYK
RGB Variations
Color information
#FFBD64 (or 0xFFBD64) is known color: Rajah. HEX triplet: FF, BD and 64. RGB value is (255,189,100). Sum of RGB (Red+Green+Blue) = 255+189+100=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD64 is #00429B. Grayscale: #C7C7C7. Windows color (decimal): -17052 or 6602239. OLE color: 6602239.
HSL color Cylindrical-coordinate representation of color #FFBD64: hue angle of 34.45º 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 #FFBD64 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 100 | - |
| CMYK | 0 | 0.26 | 0.61 | 0 |
| HSL | 34.45º | 1% | 0.7% | - |
| HSV(B) | 34.45º | 0.61% | 1% | - |
| XYZ | 61.74 | 58.58 | 20.11 | - |
| YUV | 198.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 100 | 0 | 0.26 | 0.61 | 0 | 34.45 | 1 | 0.7 |
| Hex | FF | BD | 64 | 0 | 1A | 3D | 0 | 22 | 64 | 46 |
| Octal | 377 | 275 | 144 | 0 | 32 | 75 | 0 | 42 | 144 | 106 |
| Binary | 11111111 | 10111101 | 1100100 | 0 | 11010 | 111101 | 0 | 100010 | 1100100 | 1000110 |
Color Harmonies of #FFBD64
Complementary color
Monochromatic Colors of #FFBD64
Black with #FFBD64
Text Example
Text Example
White with #FFBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD64; }
p { color: rgb(255,189,100); }
H1.HeaderClassName
{
color: #FFBD64;
}
.AnyTagClassName
{
color: #FFBD64;
}
</style>
background-color css
<style>
a { background-color: #FFBD64; }
a { background-color: rgb(255,189,100); }
div.DivClassName
{
background-color: #FFBD64;
}
.BgClassName
{
background-color: #FFBD64;
}
</style>
border-color css
<style>
span { border-color: #FFBD64; }
span { border-color: rgb(255,189,100); }
td.TdClassName
{
border-color: #FFBD64;
}
.TagClassName
{
border-color: #FFBD64;
}
</style>