Shades of Rajah #F5AF5D
Tints of Rajah #F5AF5D
RGB
CMYK
RGB Variations
Color information
#F5AF5D (or 0xF5AF5D) is known color: Rajah. HEX triplet: F5, AF and 5D. RGB value is (245,175,93). Sum of RGB (Red+Green+Blue) = 245+175+93=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF5D is #0A50A2. Grayscale: #BABABA. Windows color (decimal): -676003 or 6139893. OLE color: 6139893.
HSL color Cylindrical-coordinate representation of color #F5AF5D: hue angle of 32.37º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5AF5D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 93 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.04 |
| HSL | 32.37º | 0.88% | 0.66% | - |
| HSV(B) | 32.37º | 0.62% | 0.96% | - |
| XYZ | 54.96 | 50.86 | 17.28 | - |
| YUV | 186.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 93 | 0 | 0.29 | 0.62 | 0.04 | 32.37 | 0.88 | 0.66 |
| Hex | F5 | AF | 5D | 0 | 1D | 3E | 4 | 20 | 58 | 42 |
| Octal | 365 | 257 | 135 | 0 | 35 | 76 | 4 | 40 | 130 | 102 |
| Binary | 11110101 | 10101111 | 1011101 | 0 | 11101 | 111110 | 100 | 100000 | 1011000 | 1000010 |
Color Harmonies of #F5AF5D
Complementary color
Monochromatic Colors of #F5AF5D
Black with #F5AF5D
Text Example
Text Example
White with #F5AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF5D; }
p { color: rgb(245,175,93); }
H1.HeaderClassName
{
color: #F5AF5D;
}
.AnyTagClassName
{
color: #F5AF5D;
}
</style>
background-color css
<style>
a { background-color: #F5AF5D; }
a { background-color: rgb(245,175,93); }
div.DivClassName
{
background-color: #F5AF5D;
}
.BgClassName
{
background-color: #F5AF5D;
}
</style>
border-color css
<style>
span { border-color: #F5AF5D; }
span { border-color: rgb(245,175,93); }
td.TdClassName
{
border-color: #F5AF5D;
}
.TagClassName
{
border-color: #F5AF5D;
}
</style>