Shades of Rajah #FBAD68
Tints of Rajah #FBAD68
RGB
CMYK
RGB Variations
Color information
#FBAD68 (or 0xFBAD68) is known color: Rajah. HEX triplet: FB, AD and 68. RGB value is (251,173,104). Sum of RGB (Red+Green+Blue) = 251+173+104=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAD68 is #045297. Grayscale: #BCBCBC. Windows color (decimal): -283288 or 6860283. OLE color: 6860283.
HSL color Cylindrical-coordinate representation of color #FBAD68: hue angle of 28.16º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBAD68 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 104 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.02 |
| HSL | 28.16º | 0.95% | 0.7% | - |
| HSV(B) | 28.16º | 0.59% | 0.98% | - |
| XYZ | 57.23 | 51.4 | 20 | - |
| YUV | 188.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 104 | 0 | 0.31 | 0.59 | 0.02 | 28.16 | 0.95 | 0.7 |
| Hex | FB | AD | 68 | 0 | 1F | 3B | 2 | 1C | 5F | 46 |
| Octal | 373 | 255 | 150 | 0 | 37 | 73 | 2 | 34 | 137 | 106 |
| Binary | 11111011 | 10101101 | 1101000 | 0 | 11111 | 111011 | 10 | 11100 | 1011111 | 1000110 |
Color Harmonies of #FBAD68
Complementary color
Monochromatic Colors of #FBAD68
Black with #FBAD68
Text Example
Text Example
White with #FBAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAD68; }
p { color: rgb(251,173,104); }
H1.HeaderClassName
{
color: #FBAD68;
}
.AnyTagClassName
{
color: #FBAD68;
}
</style>
background-color css
<style>
a { background-color: #FBAD68; }
a { background-color: rgb(251,173,104); }
div.DivClassName
{
background-color: #FBAD68;
}
.BgClassName
{
background-color: #FBAD68;
}
</style>
border-color css
<style>
span { border-color: #FBAD68; }
span { border-color: rgb(251,173,104); }
td.TdClassName
{
border-color: #FBAD68;
}
.TagClassName
{
border-color: #FBAD68;
}
</style>