Shades of Rajah #FDB069
Tints of Rajah #FDB069
RGB
CMYK
RGB Variations
Color information
#FDB069 (or 0xFDB069) is known color: Rajah. HEX triplet: FD, B0 and 69. RGB value is (253,176,105). Sum of RGB (Red+Green+Blue) = 253+176+105=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB069 is #024F96. Grayscale: #BFBFBF. Windows color (decimal): -151447 or 6926589. OLE color: 6926589.
HSL color Cylindrical-coordinate representation of color #FDB069: hue angle of 28.78º 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 #FDB069 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 105 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.01 |
| HSL | 28.78º | 0.97% | 0.7% | - |
| HSV(B) | 28.78º | 0.58% | 0.99% | - |
| XYZ | 58.58 | 52.95 | 20.5 | - |
| YUV | 190.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 105 | 0 | 0.30 | 0.58 | 0.01 | 28.78 | 0.97 | 0.7 |
| Hex | FD | B0 | 69 | 0 | 1E | 3A | 1 | 1D | 61 | 46 |
| Octal | 375 | 260 | 151 | 0 | 36 | 72 | 1 | 35 | 141 | 106 |
| Binary | 11111101 | 10110000 | 1101001 | 0 | 11110 | 111010 | 1 | 11101 | 1100001 | 1000110 |
Color Harmonies of #FDB069
Complementary color
Monochromatic Colors of #FDB069
Black with #FDB069
Text Example
Text Example
White with #FDB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB069; }
p { color: rgb(253,176,105); }
H1.HeaderClassName
{
color: #FDB069;
}
.AnyTagClassName
{
color: #FDB069;
}
</style>
background-color css
<style>
a { background-color: #FDB069; }
a { background-color: rgb(253,176,105); }
div.DivClassName
{
background-color: #FDB069;
}
.BgClassName
{
background-color: #FDB069;
}
</style>
border-color css
<style>
span { border-color: #FDB069; }
span { border-color: rgb(253,176,105); }
td.TdClassName
{
border-color: #FDB069;
}
.TagClassName
{
border-color: #FDB069;
}
</style>