Shades of Rajah #FFB366
Tints of Rajah #FFB366
RGB
CMYK
RGB Variations
Color information
#FFB366 (or 0xFFB366) is known color: Rajah. HEX triplet: FF, B3 and 66. RGB value is (255,179,102). Sum of RGB (Red+Green+Blue) = 255+179+102=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB366 is #004C99. Grayscale: #C1C1C1. Windows color (decimal): -19610 or 6730751. OLE color: 6730751.
HSL color Cylindrical-coordinate representation of color #FFB366: hue angle of 30.2º 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 #FFB366 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 102 | - |
| CMYK | 0 | 0.30 | 0.6 | 0 |
| HSL | 30.2º | 1% | 0.7% | - |
| HSV(B) | 30.2º | 0.6% | 1% | - |
| XYZ | 59.76 | 54.46 | 19.93 | - |
| YUV | 192.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 102 | 0 | 0.30 | 0.6 | 0 | 30.2 | 1 | 0.7 |
| Hex | FF | B3 | 66 | 0 | 1E | 3C | 0 | 1E | 64 | 46 |
| Octal | 377 | 263 | 146 | 0 | 36 | 74 | 0 | 36 | 144 | 106 |
| Binary | 11111111 | 10110011 | 1100110 | 0 | 11110 | 111100 | 0 | 11110 | 1100100 | 1000110 |
Color Harmonies of #FFB366
Complementary color
Monochromatic Colors of #FFB366
Black with #FFB366
Text Example
Text Example
White with #FFB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB366; }
p { color: rgb(255,179,102); }
H1.HeaderClassName
{
color: #FFB366;
}
.AnyTagClassName
{
color: #FFB366;
}
</style>
background-color css
<style>
a { background-color: #FFB366; }
a { background-color: rgb(255,179,102); }
div.DivClassName
{
background-color: #FFB366;
}
.BgClassName
{
background-color: #FFB366;
}
</style>
border-color css
<style>
span { border-color: #FFB366; }
span { border-color: rgb(255,179,102); }
td.TdClassName
{
border-color: #FFB366;
}
.TagClassName
{
border-color: #FFB366;
}
</style>