Shades of Rajah #FFB760
Tints of Rajah #FFB760
RGB
CMYK
RGB Variations
Color information
#FFB760 (or 0xFFB760) is known color: Rajah. HEX triplet: FF, B7 and 60. RGB value is (255,183,96). Sum of RGB (Red+Green+Blue) = 255+183+96=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB760 is #00489F. Grayscale: #C3C3C3. Windows color (decimal): -18592 or 6338559. OLE color: 6338559.
HSL color Cylindrical-coordinate representation of color #FFB760: hue angle of 32.83º 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 #FFB760 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 96 | - |
| CMYK | 0 | 0.28 | 0.62 | 0 |
| HSL | 32.83º | 1% | 0.69% | - |
| HSV(B) | 32.83º | 0.62% | 1% | - |
| XYZ | 60.28 | 55.97 | 18.69 | - |
| YUV | 194.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 96 | 0 | 0.28 | 0.62 | 0 | 32.83 | 1 | 0.69 |
| Hex | FF | B7 | 60 | 0 | 1C | 3E | 0 | 21 | 64 | 45 |
| Octal | 377 | 267 | 140 | 0 | 34 | 76 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10110111 | 1100000 | 0 | 11100 | 111110 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFB760
Complementary color
Monochromatic Colors of #FFB760
Black with #FFB760
Text Example
Text Example
White with #FFB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB760; }
p { color: rgb(255,183,96); }
H1.HeaderClassName
{
color: #FFB760;
}
.AnyTagClassName
{
color: #FFB760;
}
</style>
background-color css
<style>
a { background-color: #FFB760; }
a { background-color: rgb(255,183,96); }
div.DivClassName
{
background-color: #FFB760;
}
.BgClassName
{
background-color: #FFB760;
}
</style>
border-color css
<style>
span { border-color: #FFB760; }
span { border-color: rgb(255,183,96); }
td.TdClassName
{
border-color: #FFB760;
}
.TagClassName
{
border-color: #FFB760;
}
</style>