Shades of Rajah #FFA766
Tints of Rajah #FFA766
RGB
CMYK
RGB Variations
Color information
#FFA766 (or 0xFFA766) is known color: Rajah. HEX triplet: FF, A7 and 66. RGB value is (255,167,102). Sum of RGB (Red+Green+Blue) = 255+167+102=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA766 is #005899. Grayscale: #BABABA. Windows color (decimal): -22682 or 6727679. OLE color: 6727679.
HSL color Cylindrical-coordinate representation of color #FFA766: hue angle of 25.49º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA766 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 102 | - |
| CMYK | 0 | 0.35 | 0.6 | 0 |
| HSL | 25.49º | 1% | 0.7% | - |
| HSV(B) | 25.49º | 0.6% | 1% | - |
| XYZ | 57.46 | 49.86 | 19.17 | - |
| YUV | 185.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 102 | 0 | 0.35 | 0.6 | 0 | 25.49 | 1 | 0.7 |
| Hex | FF | A7 | 66 | 0 | 23 | 3C | 0 | 19 | 64 | 46 |
| Octal | 377 | 247 | 146 | 0 | 43 | 74 | 0 | 31 | 144 | 106 |
| Binary | 11111111 | 10100111 | 1100110 | 0 | 100011 | 111100 | 0 | 11001 | 1100100 | 1000110 |
Color Harmonies of #FFA766
Complementary color
Monochromatic Colors of #FFA766
Black with #FFA766
Text Example
Text Example
White with #FFA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA766; }
p { color: rgb(255,167,102); }
H1.HeaderClassName
{
color: #FFA766;
}
.AnyTagClassName
{
color: #FFA766;
}
</style>
background-color css
<style>
a { background-color: #FFA766; }
a { background-color: rgb(255,167,102); }
div.DivClassName
{
background-color: #FFA766;
}
.BgClassName
{
background-color: #FFA766;
}
</style>
border-color css
<style>
span { border-color: #FFA766; }
span { border-color: rgb(255,167,102); }
td.TdClassName
{
border-color: #FFA766;
}
.TagClassName
{
border-color: #FFA766;
}
</style>