Shades of Rajah #FFB96A
Tints of Rajah #FFB96A
RGB
CMYK
RGB Variations
Color information
#FFB96A (or 0xFFB96A) is known color: Rajah. HEX triplet: FF, B9 and 6A. RGB value is (255,185,106). Sum of RGB (Red+Green+Blue) = 255+185+106=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB96A is #004695. Grayscale: #C5C5C5. Windows color (decimal): -18070 or 6994431. OLE color: 6994431.
HSL color Cylindrical-coordinate representation of color #FFB96A: hue angle of 31.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFB96A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 106 | - |
| CMYK | 0 | 0.27 | 0.58 | 0 |
| HSL | 31.81º | 1% | 0.71% | - |
| HSV(B) | 31.81º | 0.58% | 1% | - |
| XYZ | 61.19 | 57 | 21.41 | - |
| YUV | 196.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 106 | 0 | 0.27 | 0.58 | 0 | 31.81 | 1 | 0.71 |
| Hex | FF | B9 | 6A | 0 | 1B | 3A | 0 | 20 | 64 | 47 |
| Octal | 377 | 271 | 152 | 0 | 33 | 72 | 0 | 40 | 144 | 107 |
| Binary | 11111111 | 10111001 | 1101010 | 0 | 11011 | 111010 | 0 | 100000 | 1100100 | 1000111 |
Color Harmonies of #FFB96A
Complementary color
Monochromatic Colors of #FFB96A
Black with #FFB96A
Text Example
Text Example
White with #FFB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB96A; }
p { color: rgb(255,185,106); }
H1.HeaderClassName
{
color: #FFB96A;
}
.AnyTagClassName
{
color: #FFB96A;
}
</style>
background-color css
<style>
a { background-color: #FFB96A; }
a { background-color: rgb(255,185,106); }
div.DivClassName
{
background-color: #FFB96A;
}
.BgClassName
{
background-color: #FFB96A;
}
</style>
border-color css
<style>
span { border-color: #FFB96A; }
span { border-color: rgb(255,185,106); }
td.TdClassName
{
border-color: #FFB96A;
}
.TagClassName
{
border-color: #FFB96A;
}
</style>