Shades of Rajah #FDB667
Tints of Rajah #FDB667
RGB
CMYK
RGB Variations
Color information
#FDB667 (or 0xFDB667) is known color: Rajah. HEX triplet: FD, B6 and 67. RGB value is (253,182,103). Sum of RGB (Red+Green+Blue) = 253+182+103=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB667 is #024998. Grayscale: #C2C2C2. Windows color (decimal): -149913 or 6797053. OLE color: 6797053.
HSL color Cylindrical-coordinate representation of color #FDB667: hue angle of 31.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 #FDB667 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 103 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.01 |
| HSL | 31.6º | 0.97% | 0.7% | - |
| HSV(B) | 31.6º | 0.59% | 0.99% | - |
| XYZ | 59.68 | 55.32 | 20.36 | - |
| YUV | 194.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 103 | 0 | 0.28 | 0.59 | 0.01 | 31.6 | 0.97 | 0.7 |
| Hex | FD | B6 | 67 | 0 | 1C | 3B | 1 | 20 | 61 | 46 |
| Octal | 375 | 266 | 147 | 0 | 34 | 73 | 1 | 40 | 141 | 106 |
| Binary | 11111101 | 10110110 | 1100111 | 0 | 11100 | 111011 | 1 | 100000 | 1100001 | 1000110 |
Color Harmonies of #FDB667
Complementary color
Monochromatic Colors of #FDB667
Black with #FDB667
Text Example
Text Example
White with #FDB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB667; }
p { color: rgb(253,182,103); }
H1.HeaderClassName
{
color: #FDB667;
}
.AnyTagClassName
{
color: #FDB667;
}
</style>
background-color css
<style>
a { background-color: #FDB667; }
a { background-color: rgb(253,182,103); }
div.DivClassName
{
background-color: #FDB667;
}
.BgClassName
{
background-color: #FDB667;
}
</style>
border-color css
<style>
span { border-color: #FDB667; }
span { border-color: rgb(253,182,103); }
td.TdClassName
{
border-color: #FDB667;
}
.TagClassName
{
border-color: #FDB667;
}
</style>