Shades of Rajah #FDBD68
Tints of Rajah #FDBD68
RGB
CMYK
RGB Variations
Color information
#FDBD68 (or 0xFDBD68) is known color: Rajah. HEX triplet: FD, BD and 68. RGB value is (253,189,104). Sum of RGB (Red+Green+Blue) = 253+189+104=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD68 is #024297. Grayscale: #C6C6C6. Windows color (decimal): -148120 or 6864381. OLE color: 6864381.
HSL color Cylindrical-coordinate representation of color #FDBD68: hue angle of 34.23º 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 #FDBD68 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 104 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.01 |
| HSL | 34.23º | 0.97% | 0.7% | - |
| HSV(B) | 34.23º | 0.59% | 0.99% | - |
| XYZ | 61.2 | 58.28 | 21.12 | - |
| YUV | 198.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 104 | 0 | 0.25 | 0.59 | 0.01 | 34.23 | 0.97 | 0.7 |
| Hex | FD | BD | 68 | 0 | 19 | 3B | 1 | 22 | 61 | 46 |
| Octal | 375 | 275 | 150 | 0 | 31 | 73 | 1 | 42 | 141 | 106 |
| Binary | 11111101 | 10111101 | 1101000 | 0 | 11001 | 111011 | 1 | 100010 | 1100001 | 1000110 |
Color Harmonies of #FDBD68
Complementary color
Monochromatic Colors of #FDBD68
Black with #FDBD68
Text Example
Text Example
White with #FDBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD68; }
p { color: rgb(253,189,104); }
H1.HeaderClassName
{
color: #FDBD68;
}
.AnyTagClassName
{
color: #FDBD68;
}
</style>
background-color css
<style>
a { background-color: #FDBD68; }
a { background-color: rgb(253,189,104); }
div.DivClassName
{
background-color: #FDBD68;
}
.BgClassName
{
background-color: #FDBD68;
}
</style>
border-color css
<style>
span { border-color: #FDBD68; }
span { border-color: rgb(253,189,104); }
td.TdClassName
{
border-color: #FDBD68;
}
.TagClassName
{
border-color: #FDBD68;
}
</style>