Shades of Rajah #F5B565
Tints of Rajah #F5B565
RGB
CMYK
RGB Variations
Color information
#F5B565 (or 0xF5B565) is known color: Rajah. HEX triplet: F5, B5 and 65. RGB value is (245,181,101). Sum of RGB (Red+Green+Blue) = 245+181+101=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B565 is #0A4A9A. Grayscale: #BFBFBF. Windows color (decimal): -674459 or 6665717. OLE color: 6665717.
HSL color Cylindrical-coordinate representation of color #F5B565: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5B565 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 101 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.04 |
| HSL | 33.33º | 0.88% | 0.68% | - |
| HSV(B) | 33.33º | 0.59% | 0.96% | - |
| XYZ | 56.53 | 53.4 | 19.64 | - |
| YUV | 191.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 101 | 0 | 0.26 | 0.59 | 0.04 | 33.33 | 0.88 | 0.68 |
| Hex | F5 | B5 | 65 | 0 | 1A | 3B | 4 | 21 | 58 | 44 |
| Octal | 365 | 265 | 145 | 0 | 32 | 73 | 4 | 41 | 130 | 104 |
| Binary | 11110101 | 10110101 | 1100101 | 0 | 11010 | 111011 | 100 | 100001 | 1011000 | 1000100 |
Color Harmonies of #F5B565
Complementary color
Monochromatic Colors of #F5B565
Black with #F5B565
Text Example
Text Example
White with #F5B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B565; }
p { color: rgb(245,181,101); }
H1.HeaderClassName
{
color: #F5B565;
}
.AnyTagClassName
{
color: #F5B565;
}
</style>
background-color css
<style>
a { background-color: #F5B565; }
a { background-color: rgb(245,181,101); }
div.DivClassName
{
background-color: #F5B565;
}
.BgClassName
{
background-color: #F5B565;
}
</style>
border-color css
<style>
span { border-color: #F5B565; }
span { border-color: rgb(245,181,101); }
td.TdClassName
{
border-color: #F5B565;
}
.TagClassName
{
border-color: #F5B565;
}
</style>