Shades of Rajah #FFA55C
Tints of Rajah #FFA55C
RGB
CMYK
RGB Variations
Color information
#FFA55C (or 0xFFA55C) is known color: Rajah. HEX triplet: FF, A5 and 5C. RGB value is (255,165,92). Sum of RGB (Red+Green+Blue) = 255+165+92=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA55C is #005AA3. Grayscale: #B7B7B7. Windows color (decimal): -23204 or 6071807. OLE color: 6071807.
HSL color Cylindrical-coordinate representation of color #FFA55C: hue angle of 26.87º 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 #FFA55C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 92 | - |
| CMYK | 0 | 0.35 | 0.64 | 0 |
| HSL | 26.87º | 1% | 0.68% | - |
| HSV(B) | 26.87º | 0.64% | 1% | - |
| XYZ | 56.63 | 48.94 | 16.59 | - |
| YUV | 183.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 92 | 0 | 0.35 | 0.64 | 0 | 26.87 | 1 | 0.68 |
| Hex | FF | A5 | 5C | 0 | 23 | 40 | 0 | 1B | 64 | 44 |
| Octal | 377 | 245 | 134 | 0 | 43 | 100 | 0 | 33 | 144 | 104 |
| Binary | 11111111 | 10100101 | 1011100 | 0 | 100011 | 1000000 | 0 | 11011 | 1100100 | 1000100 |
Color Harmonies of #FFA55C
Complementary color
Monochromatic Colors of #FFA55C
Black with #FFA55C
Text Example
Text Example
White with #FFA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA55C; }
p { color: rgb(255,165,92); }
H1.HeaderClassName
{
color: #FFA55C;
}
.AnyTagClassName
{
color: #FFA55C;
}
</style>
background-color css
<style>
a { background-color: #FFA55C; }
a { background-color: rgb(255,165,92); }
div.DivClassName
{
background-color: #FFA55C;
}
.BgClassName
{
background-color: #FFA55C;
}
</style>
border-color css
<style>
span { border-color: #FFA55C; }
span { border-color: rgb(255,165,92); }
td.TdClassName
{
border-color: #FFA55C;
}
.TagClassName
{
border-color: #FFA55C;
}
</style>