Shades of Rajah #FDB068
Tints of Rajah #FDB068
RGB
CMYK
RGB Variations
Color information
#FDB068 (or 0xFDB068) is known color: Rajah. HEX triplet: FD, B0 and 68. RGB value is (253,176,104). Sum of RGB (Red+Green+Blue) = 253+176+104=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB068 is #024F97. Grayscale: #BFBFBF. Windows color (decimal): -151448 or 6861053. OLE color: 6861053.
HSL color Cylindrical-coordinate representation of color #FDB068: hue angle of 28.99º 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 #FDB068 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 104 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.01 |
| HSL | 28.99º | 0.97% | 0.7% | - |
| HSV(B) | 28.99º | 0.59% | 0.99% | - |
| XYZ | 58.53 | 52.93 | 20.23 | - |
| YUV | 190.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 104 | 0 | 0.30 | 0.59 | 0.01 | 28.99 | 0.97 | 0.7 |
| Hex | FD | B0 | 68 | 0 | 1E | 3B | 1 | 1D | 61 | 46 |
| Octal | 375 | 260 | 150 | 0 | 36 | 73 | 1 | 35 | 141 | 106 |
| Binary | 11111101 | 10110000 | 1101000 | 0 | 11110 | 111011 | 1 | 11101 | 1100001 | 1000110 |
Color Harmonies of #FDB068
Complementary color
Monochromatic Colors of #FDB068
Black with #FDB068
Text Example
Text Example
White with #FDB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB068; }
p { color: rgb(253,176,104); }
H1.HeaderClassName
{
color: #FDB068;
}
.AnyTagClassName
{
color: #FDB068;
}
</style>
background-color css
<style>
a { background-color: #FDB068; }
a { background-color: rgb(253,176,104); }
div.DivClassName
{
background-color: #FDB068;
}
.BgClassName
{
background-color: #FDB068;
}
</style>
border-color css
<style>
span { border-color: #FDB068; }
span { border-color: rgb(253,176,104); }
td.TdClassName
{
border-color: #FDB068;
}
.TagClassName
{
border-color: #FDB068;
}
</style>