Shades of Rajah #FDB264
Tints of Rajah #FDB264
RGB
CMYK
RGB Variations
Color information
#FDB264 (or 0xFDB264) is known color: Rajah. HEX triplet: FD, B2 and 64. RGB value is (253,178,100). Sum of RGB (Red+Green+Blue) = 253+178+100=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB264 is #024D9B. Grayscale: #BFBFBF. Windows color (decimal): -150940 or 6599421. OLE color: 6599421.
HSL color Cylindrical-coordinate representation of color #FDB264: hue angle of 30.59º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDB264 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 100 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.01 |
| HSL | 30.59º | 0.97% | 0.69% | - |
| HSV(B) | 30.59º | 0.6% | 0.99% | - |
| XYZ | 58.73 | 53.64 | 19.32 | - |
| YUV | 191.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 100 | 0 | 0.30 | 0.60 | 0.01 | 30.59 | 0.97 | 0.69 |
| Hex | FD | B2 | 64 | 0 | 1E | 3C | 1 | 1F | 61 | 45 |
| Octal | 375 | 262 | 144 | 0 | 36 | 74 | 1 | 37 | 141 | 105 |
| Binary | 11111101 | 10110010 | 1100100 | 0 | 11110 | 111100 | 1 | 11111 | 1100001 | 1000101 |
Color Harmonies of #FDB264
Complementary color
Monochromatic Colors of #FDB264
Black with #FDB264
Text Example
Text Example
White with #FDB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB264; }
p { color: rgb(253,178,100); }
H1.HeaderClassName
{
color: #FDB264;
}
.AnyTagClassName
{
color: #FDB264;
}
</style>
background-color css
<style>
a { background-color: #FDB264; }
a { background-color: rgb(253,178,100); }
div.DivClassName
{
background-color: #FDB264;
}
.BgClassName
{
background-color: #FDB264;
}
</style>
border-color css
<style>
span { border-color: #FDB264; }
span { border-color: rgb(253,178,100); }
td.TdClassName
{
border-color: #FDB264;
}
.TagClassName
{
border-color: #FDB264;
}
</style>