Shades of Rajah #FFB763
Tints of Rajah #FFB763
RGB
CMYK
RGB Variations
Color information
#FFB763 (or 0xFFB763) is known color: Rajah. HEX triplet: FF, B7 and 63. RGB value is (255,183,99). Sum of RGB (Red+Green+Blue) = 255+183+99=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB763 is #00489C. Grayscale: #C3C3C3. Windows color (decimal): -18589 or 6535167. OLE color: 6535167.
HSL color Cylindrical-coordinate representation of color #FFB763: hue angle of 32.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB763 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 99 | - |
| CMYK | 0 | 0.28 | 0.61 | 0 |
| HSL | 32.31º | 1% | 0.69% | - |
| HSV(B) | 32.31º | 0.61% | 1% | - |
| XYZ | 60.43 | 56.03 | 19.43 | - |
| YUV | 194.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 99 | 0 | 0.28 | 0.61 | 0 | 32.31 | 1 | 0.69 |
| Hex | FF | B7 | 63 | 0 | 1C | 3D | 0 | 20 | 64 | 45 |
| Octal | 377 | 267 | 143 | 0 | 34 | 75 | 0 | 40 | 144 | 105 |
| Binary | 11111111 | 10110111 | 1100011 | 0 | 11100 | 111101 | 0 | 100000 | 1100100 | 1000101 |
Color Harmonies of #FFB763
Complementary color
Monochromatic Colors of #FFB763
Black with #FFB763
Text Example
Text Example
White with #FFB763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB763; }
p { color: rgb(255,183,99); }
H1.HeaderClassName
{
color: #FFB763;
}
.AnyTagClassName
{
color: #FFB763;
}
</style>
background-color css
<style>
a { background-color: #FFB763; }
a { background-color: rgb(255,183,99); }
div.DivClassName
{
background-color: #FFB763;
}
.BgClassName
{
background-color: #FFB763;
}
</style>
border-color css
<style>
span { border-color: #FFB763; }
span { border-color: rgb(255,183,99); }
td.TdClassName
{
border-color: #FFB763;
}
.TagClassName
{
border-color: #FFB763;
}
</style>