Shades of Rajah #FFBB61
Tints of Rajah #FFBB61
RGB
CMYK
RGB Variations
Color information
#FFBB61 (or 0xFFBB61) is known color: Rajah. HEX triplet: FF, BB and 61. RGB value is (255,187,97). Sum of RGB (Red+Green+Blue) = 255+187+97=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB61 is #00449E. Grayscale: #C5C5C5. Windows color (decimal): -17567 or 6405119. OLE color: 6405119.
HSL color Cylindrical-coordinate representation of color #FFBB61: hue angle of 34.18º 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 #FFBB61 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 97 | - |
| CMYK | 0 | 0.27 | 0.62 | 0 |
| HSL | 34.18º | 1% | 0.69% | - |
| HSV(B) | 34.18º | 0.62% | 1% | - |
| XYZ | 61.17 | 57.66 | 19.22 | - |
| YUV | 197.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 97 | 0 | 0.27 | 0.62 | 0 | 34.18 | 1 | 0.69 |
| Hex | FF | BB | 61 | 0 | 1B | 3E | 0 | 22 | 64 | 45 |
| Octal | 377 | 273 | 141 | 0 | 33 | 76 | 0 | 42 | 144 | 105 |
| Binary | 11111111 | 10111011 | 1100001 | 0 | 11011 | 111110 | 0 | 100010 | 1100100 | 1000101 |
Color Harmonies of #FFBB61
Complementary color
Monochromatic Colors of #FFBB61
Black with #FFBB61
Text Example
Text Example
White with #FFBB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB61; }
p { color: rgb(255,187,97); }
H1.HeaderClassName
{
color: #FFBB61;
}
.AnyTagClassName
{
color: #FFBB61;
}
</style>
background-color css
<style>
a { background-color: #FFBB61; }
a { background-color: rgb(255,187,97); }
div.DivClassName
{
background-color: #FFBB61;
}
.BgClassName
{
background-color: #FFBB61;
}
</style>
border-color css
<style>
span { border-color: #FFBB61; }
span { border-color: rgb(255,187,97); }
td.TdClassName
{
border-color: #FFBB61;
}
.TagClassName
{
border-color: #FFBB61;
}
</style>