Shades of Rajah #FFA55B
Tints of Rajah #FFA55B
RGB
CMYK
RGB Variations
Color information
#FFA55B (or 0xFFA55B) is known color: Rajah. HEX triplet: FF, A5 and 5B. RGB value is (255,165,91). Sum of RGB (Red+Green+Blue) = 255+165+91=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA55B is #005AA4. Grayscale: #B7B7B7. Windows color (decimal): -23205 or 6006271. OLE color: 6006271.
HSL color Cylindrical-coordinate representation of color #FFA55B: hue angle of 27.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFA55B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 91 | - |
| CMYK | 0 | 0.35 | 0.64 | 0 |
| HSL | 27.07º | 1% | 0.68% | - |
| HSV(B) | 27.07º | 0.64% | 1% | - |
| XYZ | 56.58 | 48.93 | 16.36 | - |
| YUV | 183.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 91 | 0 | 0.35 | 0.64 | 0 | 27.07 | 1 | 0.68 |
| Hex | FF | A5 | 5B | 0 | 23 | 40 | 0 | 1B | 64 | 44 |
| Octal | 377 | 245 | 133 | 0 | 43 | 100 | 0 | 33 | 144 | 104 |
| Binary | 11111111 | 10100101 | 1011011 | 0 | 100011 | 1000000 | 0 | 11011 | 1100100 | 1000100 |
Color Harmonies of #FFA55B
Complementary color
Monochromatic Colors of #FFA55B
Black with #FFA55B
Text Example
Text Example
White with #FFA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA55B; }
p { color: rgb(255,165,91); }
H1.HeaderClassName
{
color: #FFA55B;
}
.AnyTagClassName
{
color: #FFA55B;
}
</style>
background-color css
<style>
a { background-color: #FFA55B; }
a { background-color: rgb(255,165,91); }
div.DivClassName
{
background-color: #FFA55B;
}
.BgClassName
{
background-color: #FFA55B;
}
</style>
border-color css
<style>
span { border-color: #FFA55B; }
span { border-color: rgb(255,165,91); }
td.TdClassName
{
border-color: #FFA55B;
}
.TagClassName
{
border-color: #FFA55B;
}
</style>