Shades of Rajah #FFBC61
Tints of Rajah #FFBC61
RGB
CMYK
RGB Variations
Color information
#FFBC61 (or 0xFFBC61) is known color: Rajah. HEX triplet: FF, BC and 61. RGB value is (255,188,97). Sum of RGB (Red+Green+Blue) = 255+188+97=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC61 is #00439E. Grayscale: #C6C6C6. Windows color (decimal): -17311 or 6405375. OLE color: 6405375.
HSL color Cylindrical-coordinate representation of color #FFBC61: hue angle of 34.56º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFBC61 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 97 | - |
| CMYK | 0 | 0.26 | 0.62 | 0 |
| HSL | 34.56º | 1% | 0.69% | - |
| HSV(B) | 34.56º | 0.62% | 1% | - |
| XYZ | 61.38 | 58.09 | 19.29 | - |
| YUV | 197.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 97 | 0 | 0.26 | 0.62 | 0 | 34.56 | 1 | 0.69 |
| Hex | FF | BC | 61 | 0 | 1A | 3E | 0 | 23 | 64 | 45 |
| Octal | 377 | 274 | 141 | 0 | 32 | 76 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111100 | 1100001 | 0 | 11010 | 111110 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBC61
Complementary color
Monochromatic Colors of #FFBC61
Black with #FFBC61
Text Example
Text Example
White with #FFBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC61; }
p { color: rgb(255,188,97); }
H1.HeaderClassName
{
color: #FFBC61;
}
.AnyTagClassName
{
color: #FFBC61;
}
</style>
background-color css
<style>
a { background-color: #FFBC61; }
a { background-color: rgb(255,188,97); }
div.DivClassName
{
background-color: #FFBC61;
}
.BgClassName
{
background-color: #FFBC61;
}
</style>
border-color css
<style>
span { border-color: #FFBC61; }
span { border-color: rgb(255,188,97); }
td.TdClassName
{
border-color: #FFBC61;
}
.TagClassName
{
border-color: #FFBC61;
}
</style>