Shades of Rajah #FDB263
Tints of Rajah #FDB263
RGB
CMYK
RGB Variations
Color information
#FDB263 (or 0xFDB263) is known color: Rajah. HEX triplet: FD, B2 and 63. RGB value is (253,178,99). Sum of RGB (Red+Green+Blue) = 253+178+99=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB263 is #024D9C. Grayscale: #BFBFBF. Windows color (decimal): -150941 or 6533885. OLE color: 6533885.
HSL color Cylindrical-coordinate representation of color #FDB263: hue angle of 30.78º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDB263 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 99 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.01 |
| HSL | 30.78º | 0.97% | 0.69% | - |
| HSV(B) | 30.78º | 0.61% | 0.99% | - |
| XYZ | 58.68 | 53.62 | 19.06 | - |
| YUV | 191.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 99 | 0 | 0.30 | 0.61 | 0.01 | 30.78 | 0.97 | 0.69 |
| Hex | FD | B2 | 63 | 0 | 1E | 3D | 1 | 1F | 61 | 45 |
| Octal | 375 | 262 | 143 | 0 | 36 | 75 | 1 | 37 | 141 | 105 |
| Binary | 11111101 | 10110010 | 1100011 | 0 | 11110 | 111101 | 1 | 11111 | 1100001 | 1000101 |
Color Harmonies of #FDB263
Complementary color
Monochromatic Colors of #FDB263
Black with #FDB263
Text Example
Text Example
White with #FDB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB263; }
p { color: rgb(253,178,99); }
H1.HeaderClassName
{
color: #FDB263;
}
.AnyTagClassName
{
color: #FDB263;
}
</style>
background-color css
<style>
a { background-color: #FDB263; }
a { background-color: rgb(253,178,99); }
div.DivClassName
{
background-color: #FDB263;
}
.BgClassName
{
background-color: #FDB263;
}
</style>
border-color css
<style>
span { border-color: #FDB263; }
span { border-color: rgb(253,178,99); }
td.TdClassName
{
border-color: #FDB263;
}
.TagClassName
{
border-color: #FDB263;
}
</style>