Shades of Rajah #F6B763
Tints of Rajah #F6B763
RGB
CMYK
RGB Variations
Color information
#F6B763 (or 0xF6B763) is known color: Rajah. HEX triplet: F6, B7 and 63. RGB value is (246,183,99). Sum of RGB (Red+Green+Blue) = 246+183+99=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B763 is #09489C. Grayscale: #C0C0C0. Windows color (decimal): -608413 or 6535158. OLE color: 6535158.
HSL color Cylindrical-coordinate representation of color #F6B763: hue angle of 34.29º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6B763 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 99 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.04 |
| HSL | 34.29º | 0.89% | 0.68% | - |
| HSV(B) | 34.29º | 0.6% | 0.96% | - |
| XYZ | 57.19 | 54.36 | 19.28 | - |
| YUV | 192.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 99 | 0 | 0.26 | 0.60 | 0.04 | 34.29 | 0.89 | 0.68 |
| Hex | F6 | B7 | 63 | 0 | 1A | 3C | 4 | 22 | 59 | 44 |
| Octal | 366 | 267 | 143 | 0 | 32 | 74 | 4 | 42 | 131 | 104 |
| Binary | 11110110 | 10110111 | 1100011 | 0 | 11010 | 111100 | 100 | 100010 | 1011001 | 1000100 |
Color Harmonies of #F6B763
Complementary color
Monochromatic Colors of #F6B763
Black with #F6B763
Text Example
Text Example
White with #F6B763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B763; }
p { color: rgb(246,183,99); }
H1.HeaderClassName
{
color: #F6B763;
}
.AnyTagClassName
{
color: #F6B763;
}
</style>
background-color css
<style>
a { background-color: #F6B763; }
a { background-color: rgb(246,183,99); }
div.DivClassName
{
background-color: #F6B763;
}
.BgClassName
{
background-color: #F6B763;
}
</style>
border-color css
<style>
span { border-color: #F6B763; }
span { border-color: rgb(246,183,99); }
td.TdClassName
{
border-color: #F6B763;
}
.TagClassName
{
border-color: #F6B763;
}
</style>