Shades of Rajah #FFB066
Tints of Rajah #FFB066
RGB
CMYK
RGB Variations
Color information
#FFB066 (or 0xFFB066) is known color: Rajah. HEX triplet: FF, B0 and 66. RGB value is (255,176,102). Sum of RGB (Red+Green+Blue) = 255+176+102=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB066 is #004F99. Grayscale: #BFBFBF. Windows color (decimal): -20378 or 6729983. OLE color: 6729983.
HSL color Cylindrical-coordinate representation of color #FFB066: hue angle of 29.02º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB066 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 102 | - |
| CMYK | 0 | 0.31 | 0.6 | 0 |
| HSL | 29.02º | 1% | 0.7% | - |
| HSV(B) | 29.02º | 0.6% | 1% | - |
| XYZ | 59.16 | 53.27 | 19.73 | - |
| YUV | 191.19 | 77.67 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 102 | 0 | 0.31 | 0.6 | 0 | 29.02 | 1 | 0.7 |
| Hex | FF | B0 | 66 | 0 | 1F | 3C | 0 | 1D | 64 | 46 |
| Octal | 377 | 260 | 146 | 0 | 37 | 74 | 0 | 35 | 144 | 106 |
| Binary | 11111111 | 10110000 | 1100110 | 0 | 11111 | 111100 | 0 | 11101 | 1100100 | 1000110 |
Color Harmonies of #FFB066
Complementary color
Monochromatic Colors of #FFB066
Black with #FFB066
Text Example
Text Example
White with #FFB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB066; }
p { color: rgb(255,176,102); }
H1.HeaderClassName
{
color: #FFB066;
}
.AnyTagClassName
{
color: #FFB066;
}
</style>
background-color css
<style>
a { background-color: #FFB066; }
a { background-color: rgb(255,176,102); }
div.DivClassName
{
background-color: #FFB066;
}
.BgClassName
{
background-color: #FFB066;
}
</style>
border-color css
<style>
span { border-color: #FFB066; }
span { border-color: rgb(255,176,102); }
td.TdClassName
{
border-color: #FFB066;
}
.TagClassName
{
border-color: #FFB066;
}
</style>