Shades of Rajah #FFB76C
Tints of Rajah #FFB76C
RGB
CMYK
RGB Variations
Color information
#FFB76C (or 0xFFB76C) is known color: Rajah. HEX triplet: FF, B7 and 6C. RGB value is (255,183,108). Sum of RGB (Red+Green+Blue) = 255+183+108=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB76C is #004893. Grayscale: #C4C4C4. Windows color (decimal): -18580 or 7124991. OLE color: 7124991.
HSL color Cylindrical-coordinate representation of color #FFB76C: hue angle of 30.61º 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 #FFB76C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 108 | - |
| CMYK | 0 | 0.28 | 0.58 | 0 |
| HSL | 30.61º | 1% | 0.71% | - |
| HSV(B) | 30.61º | 0.58% | 1% | - |
| XYZ | 60.88 | 56.21 | 21.83 | - |
| YUV | 195.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 108 | 0 | 0.28 | 0.58 | 0 | 30.61 | 1 | 0.71 |
| Hex | FF | B7 | 6C | 0 | 1C | 3A | 0 | 1F | 64 | 47 |
| Octal | 377 | 267 | 154 | 0 | 34 | 72 | 0 | 37 | 144 | 107 |
| Binary | 11111111 | 10110111 | 1101100 | 0 | 11100 | 111010 | 0 | 11111 | 1100100 | 1000111 |
Color Harmonies of #FFB76C
Complementary color
Monochromatic Colors of #FFB76C
Black with #FFB76C
Text Example
Text Example
White with #FFB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB76C; }
p { color: rgb(255,183,108); }
H1.HeaderClassName
{
color: #FFB76C;
}
.AnyTagClassName
{
color: #FFB76C;
}
</style>
background-color css
<style>
a { background-color: #FFB76C; }
a { background-color: rgb(255,183,108); }
div.DivClassName
{
background-color: #FFB76C;
}
.BgClassName
{
background-color: #FFB76C;
}
</style>
border-color css
<style>
span { border-color: #FFB76C; }
span { border-color: rgb(255,183,108); }
td.TdClassName
{
border-color: #FFB76C;
}
.TagClassName
{
border-color: #FFB76C;
}
</style>