Shades of Rajah #FBAC68
Tints of Rajah #FBAC68
RGB
CMYK
RGB Variations
Color information
#FBAC68 (or 0xFBAC68) is known color: Rajah. HEX triplet: FB, AC and 68. RGB value is (251,172,104). Sum of RGB (Red+Green+Blue) = 251+172+104=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC68 is #045397. Grayscale: #BCBCBC. Windows color (decimal): -283544 or 6860027. OLE color: 6860027.
HSL color Cylindrical-coordinate representation of color #FBAC68: hue angle of 27.76º 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 #FBAC68 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 104 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.02 |
| HSL | 27.76º | 0.95% | 0.7% | - |
| HSV(B) | 27.76º | 0.59% | 0.98% | - |
| XYZ | 57.03 | 51.01 | 19.94 | - |
| YUV | 187.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 104 | 0 | 0.31 | 0.59 | 0.02 | 27.76 | 0.95 | 0.7 |
| Hex | FB | AC | 68 | 0 | 1F | 3B | 2 | 1C | 5F | 46 |
| Octal | 373 | 254 | 150 | 0 | 37 | 73 | 2 | 34 | 137 | 106 |
| Binary | 11111011 | 10101100 | 1101000 | 0 | 11111 | 111011 | 10 | 11100 | 1011111 | 1000110 |
Color Harmonies of #FBAC68
Complementary color
Monochromatic Colors of #FBAC68
Black with #FBAC68
Text Example
Text Example
White with #FBAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAC68; }
p { color: rgb(251,172,104); }
H1.HeaderClassName
{
color: #FBAC68;
}
.AnyTagClassName
{
color: #FBAC68;
}
</style>
background-color css
<style>
a { background-color: #FBAC68; }
a { background-color: rgb(251,172,104); }
div.DivClassName
{
background-color: #FBAC68;
}
.BgClassName
{
background-color: #FBAC68;
}
</style>
border-color css
<style>
span { border-color: #FBAC68; }
span { border-color: rgb(251,172,104); }
td.TdClassName
{
border-color: #FBAC68;
}
.TagClassName
{
border-color: #FBAC68;
}
</style>