Shades of Rajah #FFA665
Tints of Rajah #FFA665
RGB
CMYK
RGB Variations
Color information
#FFA665 (or 0xFFA665) is known color: Rajah. HEX triplet: FF, A6 and 65. RGB value is (255,166,101). Sum of RGB (Red+Green+Blue) = 255+166+101=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA665 is #00599A. Grayscale: #B9B9B9. Windows color (decimal): -22939 or 6661887. OLE color: 6661887.
HSL color Cylindrical-coordinate representation of color #FFA665: hue angle of 25.32º 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 #FFA665 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 101 | - |
| CMYK | 0 | 0.35 | 0.60 | 0 |
| HSL | 25.32º | 1% | 0.7% | - |
| HSV(B) | 25.32º | 0.6% | 1% | - |
| XYZ | 57.23 | 49.47 | 18.84 | - |
| YUV | 185.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 101 | 0 | 0.35 | 0.60 | 0 | 25.32 | 1 | 0.7 |
| Hex | FF | A6 | 65 | 0 | 23 | 3C | 0 | 19 | 64 | 46 |
| Octal | 377 | 246 | 145 | 0 | 43 | 74 | 0 | 31 | 144 | 106 |
| Binary | 11111111 | 10100110 | 1100101 | 0 | 100011 | 111100 | 0 | 11001 | 1100100 | 1000110 |
Color Harmonies of #FFA665
Complementary color
Monochromatic Colors of #FFA665
Black with #FFA665
Text Example
Text Example
White with #FFA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA665; }
p { color: rgb(255,166,101); }
H1.HeaderClassName
{
color: #FFA665;
}
.AnyTagClassName
{
color: #FFA665;
}
</style>
background-color css
<style>
a { background-color: #FFA665; }
a { background-color: rgb(255,166,101); }
div.DivClassName
{
background-color: #FFA665;
}
.BgClassName
{
background-color: #FFA665;
}
</style>
border-color css
<style>
span { border-color: #FFA665; }
span { border-color: rgb(255,166,101); }
td.TdClassName
{
border-color: #FFA665;
}
.TagClassName
{
border-color: #FFA665;
}
</style>