Shades of Rajah #FDB768
Tints of Rajah #FDB768
RGB
CMYK
RGB Variations
Color information
#FDB768 (or 0xFDB768) is known color: Rajah. HEX triplet: FD, B7 and 68. RGB value is (253,183,104). Sum of RGB (Red+Green+Blue) = 253+183+104=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB768 is #024897. Grayscale: #C3C3C3. Windows color (decimal): -149656 or 6862845. OLE color: 6862845.
HSL color Cylindrical-coordinate representation of color #FDB768: hue angle of 31.81º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDB768 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 104 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.01 |
| HSL | 31.81º | 0.97% | 0.7% | - |
| HSV(B) | 31.81º | 0.59% | 0.99% | - |
| XYZ | 59.94 | 55.75 | 20.7 | - |
| YUV | 194.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 104 | 0 | 0.28 | 0.59 | 0.01 | 31.81 | 0.97 | 0.7 |
| Hex | FD | B7 | 68 | 0 | 1C | 3B | 1 | 20 | 61 | 46 |
| Octal | 375 | 267 | 150 | 0 | 34 | 73 | 1 | 40 | 141 | 106 |
| Binary | 11111101 | 10110111 | 1101000 | 0 | 11100 | 111011 | 1 | 100000 | 1100001 | 1000110 |
Color Harmonies of #FDB768
Complementary color
Monochromatic Colors of #FDB768
Black with #FDB768
Text Example
Text Example
White with #FDB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB768; }
p { color: rgb(253,183,104); }
H1.HeaderClassName
{
color: #FDB768;
}
.AnyTagClassName
{
color: #FDB768;
}
</style>
background-color css
<style>
a { background-color: #FDB768; }
a { background-color: rgb(253,183,104); }
div.DivClassName
{
background-color: #FDB768;
}
.BgClassName
{
background-color: #FDB768;
}
</style>
border-color css
<style>
span { border-color: #FDB768; }
span { border-color: rgb(253,183,104); }
td.TdClassName
{
border-color: #FDB768;
}
.TagClassName
{
border-color: #FDB768;
}
</style>