Shades of Rajah #FDB769
Tints of Rajah #FDB769
RGB
CMYK
RGB Variations
Color information
#FDB769 (or 0xFDB769) is known color: Rajah. HEX triplet: FD, B7 and 69. RGB value is (253,183,105). Sum of RGB (Red+Green+Blue) = 253+183+105=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB769 is #024896. Grayscale: #C3C3C3. Windows color (decimal): -149655 or 6928381. OLE color: 6928381.
HSL color Cylindrical-coordinate representation of color #FDB769: hue angle of 31.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDB769 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 105 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.01 |
| HSL | 31.62º | 0.97% | 0.7% | - |
| HSV(B) | 31.62º | 0.58% | 0.99% | - |
| XYZ | 59.99 | 55.77 | 20.97 | - |
| YUV | 195.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 105 | 0 | 0.28 | 0.58 | 0.01 | 31.62 | 0.97 | 0.7 |
| Hex | FD | B7 | 69 | 0 | 1C | 3A | 1 | 20 | 61 | 46 |
| Octal | 375 | 267 | 151 | 0 | 34 | 72 | 1 | 40 | 141 | 106 |
| Binary | 11111101 | 10110111 | 1101001 | 0 | 11100 | 111010 | 1 | 100000 | 1100001 | 1000110 |
Color Harmonies of #FDB769
Complementary color
Monochromatic Colors of #FDB769
Black with #FDB769
Text Example
Text Example
White with #FDB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB769; }
p { color: rgb(253,183,105); }
H1.HeaderClassName
{
color: #FDB769;
}
.AnyTagClassName
{
color: #FDB769;
}
</style>
background-color css
<style>
a { background-color: #FDB769; }
a { background-color: rgb(253,183,105); }
div.DivClassName
{
background-color: #FDB769;
}
.BgClassName
{
background-color: #FDB769;
}
</style>
border-color css
<style>
span { border-color: #FDB769; }
span { border-color: rgb(253,183,105); }
td.TdClassName
{
border-color: #FDB769;
}
.TagClassName
{
border-color: #FDB769;
}
</style>