Shades of Rajah #FFB76A
Tints of Rajah #FFB76A
RGB
CMYK
RGB Variations
Color information
#FFB76A (or 0xFFB76A) is known color: Rajah. HEX triplet: FF, B7 and 6A. RGB value is (255,183,106). Sum of RGB (Red+Green+Blue) = 255+183+106=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB76A is #004895. Grayscale: #C4C4C4. Windows color (decimal): -18582 or 6993919. OLE color: 6993919.
HSL color Cylindrical-coordinate representation of color #FFB76A: hue angle of 31.01º 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 #FFB76A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 106 | - |
| CMYK | 0 | 0.28 | 0.58 | 0 |
| HSL | 31.01º | 1% | 0.71% | - |
| HSV(B) | 31.01º | 0.58% | 1% | - |
| XYZ | 60.78 | 56.17 | 21.27 | - |
| YUV | 195.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 106 | 0 | 0.28 | 0.58 | 0 | 31.01 | 1 | 0.71 |
| Hex | FF | B7 | 6A | 0 | 1C | 3A | 0 | 1F | 64 | 47 |
| Octal | 377 | 267 | 152 | 0 | 34 | 72 | 0 | 37 | 144 | 107 |
| Binary | 11111111 | 10110111 | 1101010 | 0 | 11100 | 111010 | 0 | 11111 | 1100100 | 1000111 |
Color Harmonies of #FFB76A
Complementary color
Monochromatic Colors of #FFB76A
Black with #FFB76A
Text Example
Text Example
White with #FFB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB76A; }
p { color: rgb(255,183,106); }
H1.HeaderClassName
{
color: #FFB76A;
}
.AnyTagClassName
{
color: #FFB76A;
}
</style>
background-color css
<style>
a { background-color: #FFB76A; }
a { background-color: rgb(255,183,106); }
div.DivClassName
{
background-color: #FFB76A;
}
.BgClassName
{
background-color: #FFB76A;
}
</style>
border-color css
<style>
span { border-color: #FFB76A; }
span { border-color: rgb(255,183,106); }
td.TdClassName
{
border-color: #FFB76A;
}
.TagClassName
{
border-color: #FFB76A;
}
</style>