Shades of Rajah #FFB06C
Tints of Rajah #FFB06C
RGB
CMYK
RGB Variations
Color information
#FFB06C (or 0xFFB06C) is known color: Rajah. HEX triplet: FF, B0 and 6C. RGB value is (255,176,108). Sum of RGB (Red+Green+Blue) = 255+176+108=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB06C is #004F93. Grayscale: #C0C0C0. Windows color (decimal): -20372 or 7123199. OLE color: 7123199.
HSL color Cylindrical-coordinate representation of color #FFB06C: hue angle of 27.76º 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 #FFB06C is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 108 | - |
| CMYK | 0 | 0.31 | 0.58 | 0 |
| HSL | 27.76º | 1% | 0.71% | - |
| HSV(B) | 27.76º | 0.58% | 1% | - |
| XYZ | 59.47 | 53.39 | 21.36 | - |
| YUV | 191.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 108 | 0 | 0.31 | 0.58 | 0 | 27.76 | 1 | 0.71 |
| Hex | FF | B0 | 6C | 0 | 1F | 3A | 0 | 1C | 64 | 47 |
| Octal | 377 | 260 | 154 | 0 | 37 | 72 | 0 | 34 | 144 | 107 |
| Binary | 11111111 | 10110000 | 1101100 | 0 | 11111 | 111010 | 0 | 11100 | 1100100 | 1000111 |
Color Harmonies of #FFB06C
Complementary color
Monochromatic Colors of #FFB06C
Black with #FFB06C
Text Example
Text Example
White with #FFB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB06C; }
p { color: rgb(255,176,108); }
H1.HeaderClassName
{
color: #FFB06C;
}
.AnyTagClassName
{
color: #FFB06C;
}
</style>
background-color css
<style>
a { background-color: #FFB06C; }
a { background-color: rgb(255,176,108); }
div.DivClassName
{
background-color: #FFB06C;
}
.BgClassName
{
background-color: #FFB06C;
}
</style>
border-color css
<style>
span { border-color: #FFB06C; }
span { border-color: rgb(255,176,108); }
td.TdClassName
{
border-color: #FFB06C;
}
.TagClassName
{
border-color: #FFB06C;
}
</style>