Shades of Rajah #FDB668
Tints of Rajah #FDB668
RGB
CMYK
RGB Variations
Color information
#FDB668 (or 0xFDB668) is known color: Rajah. HEX triplet: FD, B6 and 68. RGB value is (253,182,104). Sum of RGB (Red+Green+Blue) = 253+182+104=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB668 is #024997. Grayscale: #C2C2C2. Windows color (decimal): -149912 or 6862589. OLE color: 6862589.
HSL color Cylindrical-coordinate representation of color #FDB668: hue angle of 31.41º 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 #FDB668 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 104 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.01 |
| HSL | 31.41º | 0.97% | 0.7% | - |
| HSV(B) | 31.41º | 0.59% | 0.99% | - |
| XYZ | 59.73 | 55.34 | 20.63 | - |
| YUV | 194.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 104 | 0 | 0.28 | 0.59 | 0.01 | 31.41 | 0.97 | 0.7 |
| Hex | FD | B6 | 68 | 0 | 1C | 3B | 1 | 1F | 61 | 46 |
| Octal | 375 | 266 | 150 | 0 | 34 | 73 | 1 | 37 | 141 | 106 |
| Binary | 11111101 | 10110110 | 1101000 | 0 | 11100 | 111011 | 1 | 11111 | 1100001 | 1000110 |
Color Harmonies of #FDB668
Complementary color
Monochromatic Colors of #FDB668
Black with #FDB668
Text Example
Text Example
White with #FDB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB668; }
p { color: rgb(253,182,104); }
H1.HeaderClassName
{
color: #FDB668;
}
.AnyTagClassName
{
color: #FDB668;
}
</style>
background-color css
<style>
a { background-color: #FDB668; }
a { background-color: rgb(253,182,104); }
div.DivClassName
{
background-color: #FDB668;
}
.BgClassName
{
background-color: #FDB668;
}
</style>
border-color css
<style>
span { border-color: #FDB668; }
span { border-color: rgb(253,182,104); }
td.TdClassName
{
border-color: #FDB668;
}
.TagClassName
{
border-color: #FDB668;
}
</style>