Shades of Rajah #FFA658
Tints of Rajah #FFA658
RGB
CMYK
RGB Variations
Color information
#FFA658 (or 0xFFA658) is known color: Rajah. HEX triplet: FF, A6 and 58. RGB value is (255,166,88). Sum of RGB (Red+Green+Blue) = 255+166+88=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA658 is #0059A7. Grayscale: #B8B8B8. Windows color (decimal): -22952 or 5809919. OLE color: 5809919.
HSL color Cylindrical-coordinate representation of color #FFA658: hue angle of 28.02º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA658 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 88 | - |
| CMYK | 0 | 0.35 | 0.65 | 0 |
| HSL | 28.02º | 1% | 0.67% | - |
| HSV(B) | 28.02º | 0.65% | 1% | - |
| XYZ | 56.64 | 49.24 | 15.75 | - |
| YUV | 183.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 88 | 0 | 0.35 | 0.65 | 0 | 28.02 | 1 | 0.67 |
| Hex | FF | A6 | 58 | 0 | 23 | 41 | 0 | 1C | 64 | 43 |
| Octal | 377 | 246 | 130 | 0 | 43 | 101 | 0 | 34 | 144 | 103 |
| Binary | 11111111 | 10100110 | 1011000 | 0 | 100011 | 1000001 | 0 | 11100 | 1100100 | 1000011 |
Color Harmonies of #FFA658
Complementary color
Monochromatic Colors of #FFA658
Black with #FFA658
Text Example
Text Example
White with #FFA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA658; }
p { color: rgb(255,166,88); }
H1.HeaderClassName
{
color: #FFA658;
}
.AnyTagClassName
{
color: #FFA658;
}
</style>
background-color css
<style>
a { background-color: #FFA658; }
a { background-color: rgb(255,166,88); }
div.DivClassName
{
background-color: #FFA658;
}
.BgClassName
{
background-color: #FFA658;
}
</style>
border-color css
<style>
span { border-color: #FFA658; }
span { border-color: rgb(255,166,88); }
td.TdClassName
{
border-color: #FFA658;
}
.TagClassName
{
border-color: #FFA658;
}
</style>