Shades of Rajah #FDB169
Tints of Rajah #FDB169
RGB
CMYK
RGB Variations
Color information
#FDB169 (or 0xFDB169) is known color: Rajah. HEX triplet: FD, B1 and 69. RGB value is (253,177,105). Sum of RGB (Red+Green+Blue) = 253+177+105=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB169 is #024E96. Grayscale: #BFBFBF. Windows color (decimal): -151191 or 6926845. OLE color: 6926845.
HSL color Cylindrical-coordinate representation of color #FDB169: hue angle of 29.19º 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 #FDB169 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 105 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.01 |
| HSL | 29.19º | 0.97% | 0.7% | - |
| HSV(B) | 29.19º | 0.58% | 0.99% | - |
| XYZ | 58.78 | 53.35 | 20.56 | - |
| YUV | 191.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 105 | 0 | 0.30 | 0.58 | 0.01 | 29.19 | 0.97 | 0.7 |
| Hex | FD | B1 | 69 | 0 | 1E | 3A | 1 | 1D | 61 | 46 |
| Octal | 375 | 261 | 151 | 0 | 36 | 72 | 1 | 35 | 141 | 106 |
| Binary | 11111101 | 10110001 | 1101001 | 0 | 11110 | 111010 | 1 | 11101 | 1100001 | 1000110 |
Color Harmonies of #FDB169
Complementary color
Monochromatic Colors of #FDB169
Black with #FDB169
Text Example
Text Example
White with #FDB169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB169; }
p { color: rgb(253,177,105); }
H1.HeaderClassName
{
color: #FDB169;
}
.AnyTagClassName
{
color: #FDB169;
}
</style>
background-color css
<style>
a { background-color: #FDB169; }
a { background-color: rgb(253,177,105); }
div.DivClassName
{
background-color: #FDB169;
}
.BgClassName
{
background-color: #FDB169;
}
</style>
border-color css
<style>
span { border-color: #FDB169; }
span { border-color: rgb(253,177,105); }
td.TdClassName
{
border-color: #FDB169;
}
.TagClassName
{
border-color: #FDB169;
}
</style>