Shades of Rajah #FDB468
Tints of Rajah #FDB468
RGB
CMYK
RGB Variations
Color information
#FDB468 (or 0xFDB468) is known color: Rajah. HEX triplet: FD, B4 and 68. RGB value is (253,180,104). Sum of RGB (Red+Green+Blue) = 253+180+104=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB468 is #024B97. Grayscale: #C1C1C1. Windows color (decimal): -150424 or 6862077. OLE color: 6862077.
HSL color Cylindrical-coordinate representation of color #FDB468: hue angle of 30.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 #FDB468 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 104 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.01 |
| HSL | 30.6º | 0.97% | 0.7% | - |
| HSV(B) | 30.6º | 0.59% | 0.99% | - |
| XYZ | 59.33 | 54.52 | 20.49 | - |
| YUV | 193.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 104 | 0 | 0.29 | 0.59 | 0.01 | 30.6 | 0.97 | 0.7 |
| Hex | FD | B4 | 68 | 0 | 1D | 3B | 1 | 1F | 61 | 46 |
| Octal | 375 | 264 | 150 | 0 | 35 | 73 | 1 | 37 | 141 | 106 |
| Binary | 11111101 | 10110100 | 1101000 | 0 | 11101 | 111011 | 1 | 11111 | 1100001 | 1000110 |
Color Harmonies of #FDB468
Complementary color
Monochromatic Colors of #FDB468
Black with #FDB468
Text Example
Text Example
White with #FDB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB468; }
p { color: rgb(253,180,104); }
H1.HeaderClassName
{
color: #FDB468;
}
.AnyTagClassName
{
color: #FDB468;
}
</style>
background-color css
<style>
a { background-color: #FDB468; }
a { background-color: rgb(253,180,104); }
div.DivClassName
{
background-color: #FDB468;
}
.BgClassName
{
background-color: #FDB468;
}
</style>
border-color css
<style>
span { border-color: #FDB468; }
span { border-color: rgb(253,180,104); }
td.TdClassName
{
border-color: #FDB468;
}
.TagClassName
{
border-color: #FDB468;
}
</style>