Shades of Rajah #F5AD6A
Tints of Rajah #F5AD6A
RGB
CMYK
RGB Variations
Color information
#F5AD6A (or 0xF5AD6A) is known color: Rajah. HEX triplet: F5, AD and 6A. RGB value is (245,173,106). Sum of RGB (Red+Green+Blue) = 245+173+106=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD6A is #0A5295. Grayscale: #BBBBBB. Windows color (decimal): -676502 or 6991349. OLE color: 6991349.
HSL color Cylindrical-coordinate representation of color #F5AD6A: hue angle of 28.92º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5AD6A is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 106 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.04 |
| HSL | 28.92º | 0.87% | 0.69% | - |
| HSV(B) | 28.92º | 0.57% | 0.96% | - |
| XYZ | 55.2 | 50.34 | 20.44 | - |
| YUV | 186.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 106 | 0 | 0.29 | 0.57 | 0.04 | 28.92 | 0.87 | 0.69 |
| Hex | F5 | AD | 6A | 0 | 1D | 39 | 4 | 1D | 57 | 45 |
| Octal | 365 | 255 | 152 | 0 | 35 | 71 | 4 | 35 | 127 | 105 |
| Binary | 11110101 | 10101101 | 1101010 | 0 | 11101 | 111001 | 100 | 11101 | 1010111 | 1000101 |
Color Harmonies of #F5AD6A
Complementary color
Monochromatic Colors of #F5AD6A
Black with #F5AD6A
Text Example
Text Example
White with #F5AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD6A; }
p { color: rgb(245,173,106); }
H1.HeaderClassName
{
color: #F5AD6A;
}
.AnyTagClassName
{
color: #F5AD6A;
}
</style>
background-color css
<style>
a { background-color: #F5AD6A; }
a { background-color: rgb(245,173,106); }
div.DivClassName
{
background-color: #F5AD6A;
}
.BgClassName
{
background-color: #F5AD6A;
}
</style>
border-color css
<style>
span { border-color: #F5AD6A; }
span { border-color: rgb(245,173,106); }
td.TdClassName
{
border-color: #F5AD6A;
}
.TagClassName
{
border-color: #F5AD6A;
}
</style>