Shades of Rajah #FFB765
Tints of Rajah #FFB765
RGB
CMYK
RGB Variations
Color information
#FFB765 (or 0xFFB765) is known color: Rajah. HEX triplet: FF, B7 and 65. RGB value is (255,183,101). Sum of RGB (Red+Green+Blue) = 255+183+101=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB765 is #00489A. Grayscale: #C3C3C3. Windows color (decimal): -18587 or 6666239. OLE color: 6666239.
HSL color Cylindrical-coordinate representation of color #FFB765: hue angle of 31.95º 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 #FFB765 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0 |
| HSL | 31.95º | 1% | 0.7% | - |
| HSV(B) | 31.95º | 0.6% | 1% | - |
| XYZ | 60.52 | 56.07 | 19.94 | - |
| YUV | 195.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 101 | 0 | 0.28 | 0.60 | 0 | 31.95 | 1 | 0.7 |
| Hex | FF | B7 | 65 | 0 | 1C | 3C | 0 | 20 | 64 | 46 |
| Octal | 377 | 267 | 145 | 0 | 34 | 74 | 0 | 40 | 144 | 106 |
| Binary | 11111111 | 10110111 | 1100101 | 0 | 11100 | 111100 | 0 | 100000 | 1100100 | 1000110 |
Color Harmonies of #FFB765
Complementary color
Monochromatic Colors of #FFB765
Black with #FFB765
Text Example
Text Example
White with #FFB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB765; }
p { color: rgb(255,183,101); }
H1.HeaderClassName
{
color: #FFB765;
}
.AnyTagClassName
{
color: #FFB765;
}
</style>
background-color css
<style>
a { background-color: #FFB765; }
a { background-color: rgb(255,183,101); }
div.DivClassName
{
background-color: #FFB765;
}
.BgClassName
{
background-color: #FFB765;
}
</style>
border-color css
<style>
span { border-color: #FFB765; }
span { border-color: rgb(255,183,101); }
td.TdClassName
{
border-color: #FFB765;
}
.TagClassName
{
border-color: #FFB765;
}
</style>