Shades of Rajah #FFA65F
Tints of Rajah #FFA65F
RGB
CMYK
RGB Variations
Color information
#FFA65F (or 0xFFA65F) is known color: Rajah. HEX triplet: FF, A6 and 5F. RGB value is (255,166,95). Sum of RGB (Red+Green+Blue) = 255+166+95=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65F is #0059A0. Grayscale: #B8B8B8. Windows color (decimal): -22945 or 6268671. OLE color: 6268671.
HSL color Cylindrical-coordinate representation of color #FFA65F: hue angle of 26.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFA65F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 95 | - |
| CMYK | 0 | 0.35 | 0.63 | 0 |
| HSL | 26.63º | 1% | 0.69% | - |
| HSV(B) | 26.63º | 0.63% | 1% | - |
| XYZ | 56.94 | 49.36 | 17.35 | - |
| YUV | 184.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 95 | 0 | 0.35 | 0.63 | 0 | 26.63 | 1 | 0.69 |
| Hex | FF | A6 | 5F | 0 | 23 | 3F | 0 | 1B | 64 | 45 |
| Octal | 377 | 246 | 137 | 0 | 43 | 77 | 0 | 33 | 144 | 105 |
| Binary | 11111111 | 10100110 | 1011111 | 0 | 100011 | 111111 | 0 | 11011 | 1100100 | 1000101 |
Color Harmonies of #FFA65F
Complementary color
Monochromatic Colors of #FFA65F
Black with #FFA65F
Text Example
Text Example
White with #FFA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA65F; }
p { color: rgb(255,166,95); }
H1.HeaderClassName
{
color: #FFA65F;
}
.AnyTagClassName
{
color: #FFA65F;
}
</style>
background-color css
<style>
a { background-color: #FFA65F; }
a { background-color: rgb(255,166,95); }
div.DivClassName
{
background-color: #FFA65F;
}
.BgClassName
{
background-color: #FFA65F;
}
</style>
border-color css
<style>
span { border-color: #FFA65F; }
span { border-color: rgb(255,166,95); }
td.TdClassName
{
border-color: #FFA65F;
}
.TagClassName
{
border-color: #FFA65F;
}
</style>