Shades of Rajah #FFB165
Tints of Rajah #FFB165
RGB
CMYK
RGB Variations
Color information
#FFB165 (or 0xFFB165) is known color: Rajah. HEX triplet: FF, B1 and 65. RGB value is (255,177,101). Sum of RGB (Red+Green+Blue) = 255+177+101=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB165 is #004E9A. Grayscale: #C0C0C0. Windows color (decimal): -20123 or 6664703. OLE color: 6664703.
HSL color Cylindrical-coordinate representation of color #FFB165: hue angle of 29.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB165 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 101 | - |
| CMYK | 0 | 0.31 | 0.60 | 0 |
| HSL | 29.61º | 1% | 0.7% | - |
| HSV(B) | 29.61º | 0.6% | 1% | - |
| XYZ | 59.31 | 53.64 | 19.54 | - |
| YUV | 191.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 101 | 0 | 0.31 | 0.60 | 0 | 29.61 | 1 | 0.7 |
| Hex | FF | B1 | 65 | 0 | 1F | 3C | 0 | 1E | 64 | 46 |
| Octal | 377 | 261 | 145 | 0 | 37 | 74 | 0 | 36 | 144 | 106 |
| Binary | 11111111 | 10110001 | 1100101 | 0 | 11111 | 111100 | 0 | 11110 | 1100100 | 1000110 |
Color Harmonies of #FFB165
Complementary color
Monochromatic Colors of #FFB165
Black with #FFB165
Text Example
Text Example
White with #FFB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB165; }
p { color: rgb(255,177,101); }
H1.HeaderClassName
{
color: #FFB165;
}
.AnyTagClassName
{
color: #FFB165;
}
</style>
background-color css
<style>
a { background-color: #FFB165; }
a { background-color: rgb(255,177,101); }
div.DivClassName
{
background-color: #FFB165;
}
.BgClassName
{
background-color: #FFB165;
}
</style>
border-color css
<style>
span { border-color: #FFB165; }
span { border-color: rgb(255,177,101); }
td.TdClassName
{
border-color: #FFB165;
}
.TagClassName
{
border-color: #FFB165;
}
</style>