Shades of Rajah #FFB76B
Tints of Rajah #FFB76B
RGB
CMYK
RGB Variations
Color information
#FFB76B (or 0xFFB76B) is known color: Rajah. HEX triplet: FF, B7 and 6B. RGB value is (255,183,107). Sum of RGB (Red+Green+Blue) = 255+183+107=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB76B is #004894. Grayscale: #C4C4C4. Windows color (decimal): -18581 or 7059455. OLE color: 7059455.
HSL color Cylindrical-coordinate representation of color #FFB76B: hue angle of 30.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 #FFB76B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 107 | - |
| CMYK | 0 | 0.28 | 0.58 | 0 |
| HSL | 30.81º | 1% | 0.71% | - |
| HSV(B) | 30.81º | 0.58% | 1% | - |
| XYZ | 60.83 | 56.19 | 21.55 | - |
| YUV | 195.86 | 77.85 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 107 | 0 | 0.28 | 0.58 | 0 | 30.81 | 1 | 0.71 |
| Hex | FF | B7 | 6B | 0 | 1C | 3A | 0 | 1F | 64 | 47 |
| Octal | 377 | 267 | 153 | 0 | 34 | 72 | 0 | 37 | 144 | 107 |
| Binary | 11111111 | 10110111 | 1101011 | 0 | 11100 | 111010 | 0 | 11111 | 1100100 | 1000111 |
Color Harmonies of #FFB76B
Complementary color
Monochromatic Colors of #FFB76B
Black with #FFB76B
Text Example
Text Example
White with #FFB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB76B; }
p { color: rgb(255,183,107); }
H1.HeaderClassName
{
color: #FFB76B;
}
.AnyTagClassName
{
color: #FFB76B;
}
</style>
background-color css
<style>
a { background-color: #FFB76B; }
a { background-color: rgb(255,183,107); }
div.DivClassName
{
background-color: #FFB76B;
}
.BgClassName
{
background-color: #FFB76B;
}
</style>
border-color css
<style>
span { border-color: #FFB76B; }
span { border-color: rgb(255,183,107); }
td.TdClassName
{
border-color: #FFB76B;
}
.TagClassName
{
border-color: #FFB76B;
}
</style>