Shades of Rajah #FDB167
Tints of Rajah #FDB167
RGB
CMYK
RGB Variations
Color information
#FDB167 (or 0xFDB167) is known color: Rajah. HEX triplet: FD, B1 and 67. RGB value is (253,177,103). Sum of RGB (Red+Green+Blue) = 253+177+103=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB167 is #024E98. Grayscale: #BFBFBF. Windows color (decimal): -151193 or 6795773. OLE color: 6795773.
HSL color Cylindrical-coordinate representation of color #FDB167: hue angle of 29.6º 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 #FDB167 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 103 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.01 |
| HSL | 29.6º | 0.97% | 0.7% | - |
| HSV(B) | 29.6º | 0.59% | 0.99% | - |
| XYZ | 58.68 | 53.31 | 20.03 | - |
| YUV | 191.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 103 | 0 | 0.30 | 0.59 | 0.01 | 29.6 | 0.97 | 0.7 |
| Hex | FD | B1 | 67 | 0 | 1E | 3B | 1 | 1E | 61 | 46 |
| Octal | 375 | 261 | 147 | 0 | 36 | 73 | 1 | 36 | 141 | 106 |
| Binary | 11111101 | 10110001 | 1100111 | 0 | 11110 | 111011 | 1 | 11110 | 1100001 | 1000110 |
Color Harmonies of #FDB167
Complementary color
Monochromatic Colors of #FDB167
Black with #FDB167
Text Example
Text Example
White with #FDB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB167; }
p { color: rgb(253,177,103); }
H1.HeaderClassName
{
color: #FDB167;
}
.AnyTagClassName
{
color: #FDB167;
}
</style>
background-color css
<style>
a { background-color: #FDB167; }
a { background-color: rgb(253,177,103); }
div.DivClassName
{
background-color: #FDB167;
}
.BgClassName
{
background-color: #FDB167;
}
</style>
border-color css
<style>
span { border-color: #FDB167; }
span { border-color: rgb(253,177,103); }
td.TdClassName
{
border-color: #FDB167;
}
.TagClassName
{
border-color: #FDB167;
}
</style>