Shades of Rajah #FFB263
Tints of Rajah #FFB263
RGB
CMYK
RGB Variations
Color information
#FFB263 (or 0xFFB263) is known color: Rajah. HEX triplet: FF, B2 and 63. RGB value is (255,178,99). Sum of RGB (Red+Green+Blue) = 255+178+99=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB263 is #004D9C. Grayscale: #C0C0C0. Windows color (decimal): -19869 or 6533887. OLE color: 6533887.
HSL color Cylindrical-coordinate representation of color #FFB263: hue angle of 30.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB263 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 99 | - |
| CMYK | 0 | 0.30 | 0.61 | 0 |
| HSL | 30.38º | 1% | 0.69% | - |
| HSV(B) | 30.38º | 0.61% | 1% | - |
| XYZ | 59.41 | 54 | 19.1 | - |
| YUV | 192.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 99 | 0 | 0.30 | 0.61 | 0 | 30.38 | 1 | 0.69 |
| Hex | FF | B2 | 63 | 0 | 1E | 3D | 0 | 1E | 64 | 45 |
| Octal | 377 | 262 | 143 | 0 | 36 | 75 | 0 | 36 | 144 | 105 |
| Binary | 11111111 | 10110010 | 1100011 | 0 | 11110 | 111101 | 0 | 11110 | 1100100 | 1000101 |
Color Harmonies of #FFB263
Complementary color
Monochromatic Colors of #FFB263
Black with #FFB263
Text Example
Text Example
White with #FFB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB263; }
p { color: rgb(255,178,99); }
H1.HeaderClassName
{
color: #FFB263;
}
.AnyTagClassName
{
color: #FFB263;
}
</style>
background-color css
<style>
a { background-color: #FFB263; }
a { background-color: rgb(255,178,99); }
div.DivClassName
{
background-color: #FFB263;
}
.BgClassName
{
background-color: #FFB263;
}
</style>
border-color css
<style>
span { border-color: #FFB263; }
span { border-color: rgb(255,178,99); }
td.TdClassName
{
border-color: #FFB263;
}
.TagClassName
{
border-color: #FFB263;
}
</style>