Shades of Rajah #FFB068
Tints of Rajah #FFB068
RGB
CMYK
RGB Variations
Color information
#FFB068 (or 0xFFB068) is known color: Rajah. HEX triplet: FF, B0 and 68. RGB value is (255,176,104). Sum of RGB (Red+Green+Blue) = 255+176+104=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB068 is #004F97. Grayscale: #BFBFBF. Windows color (decimal): -20376 or 6861055. OLE color: 6861055.
HSL color Cylindrical-coordinate representation of color #FFB068: hue angle of 28.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFB068 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 104 | - |
| CMYK | 0 | 0.31 | 0.59 | 0 |
| HSL | 28.61º | 1% | 0.7% | - |
| HSV(B) | 28.61º | 0.59% | 1% | - |
| XYZ | 59.26 | 53.31 | 20.26 | - |
| YUV | 191.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 104 | 0 | 0.31 | 0.59 | 0 | 28.61 | 1 | 0.7 |
| Hex | FF | B0 | 68 | 0 | 1F | 3B | 0 | 1D | 64 | 46 |
| Octal | 377 | 260 | 150 | 0 | 37 | 73 | 0 | 35 | 144 | 106 |
| Binary | 11111111 | 10110000 | 1101000 | 0 | 11111 | 111011 | 0 | 11101 | 1100100 | 1000110 |
Color Harmonies of #FFB068
Complementary color
Monochromatic Colors of #FFB068
Black with #FFB068
Text Example
Text Example
White with #FFB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB068; }
p { color: rgb(255,176,104); }
H1.HeaderClassName
{
color: #FFB068;
}
.AnyTagClassName
{
color: #FFB068;
}
</style>
background-color css
<style>
a { background-color: #FFB068; }
a { background-color: rgb(255,176,104); }
div.DivClassName
{
background-color: #FFB068;
}
.BgClassName
{
background-color: #FFB068;
}
</style>
border-color css
<style>
span { border-color: #FFB068; }
span { border-color: rgb(255,176,104); }
td.TdClassName
{
border-color: #FFB068;
}
.TagClassName
{
border-color: #FFB068;
}
</style>