Shades of Rajah #F5AB5D
Tints of Rajah #F5AB5D
RGB
CMYK
RGB Variations
Color information
#F5AB5D (or 0xF5AB5D) is known color: Rajah. HEX triplet: F5, AB and 5D. RGB value is (245,171,93). Sum of RGB (Red+Green+Blue) = 245+171+93=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB5D is #0A54A2. Grayscale: #B8B8B8. Windows color (decimal): -677027 or 6138869. OLE color: 6138869.
HSL color Cylindrical-coordinate representation of color #F5AB5D: hue angle of 30.79º 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 #F5AB5D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 93 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.04 |
| HSL | 30.79º | 0.88% | 0.66% | - |
| HSV(B) | 30.79º | 0.62% | 0.96% | - |
| XYZ | 54.19 | 49.33 | 17.02 | - |
| YUV | 184.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 93 | 0 | 0.30 | 0.62 | 0.04 | 30.79 | 0.88 | 0.66 |
| Hex | F5 | AB | 5D | 0 | 1E | 3E | 4 | 1F | 58 | 42 |
| Octal | 365 | 253 | 135 | 0 | 36 | 76 | 4 | 37 | 130 | 102 |
| Binary | 11110101 | 10101011 | 1011101 | 0 | 11110 | 111110 | 100 | 11111 | 1011000 | 1000010 |
Color Harmonies of #F5AB5D
Complementary color
Monochromatic Colors of #F5AB5D
Black with #F5AB5D
Text Example
Text Example
White with #F5AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB5D; }
p { color: rgb(245,171,93); }
H1.HeaderClassName
{
color: #F5AB5D;
}
.AnyTagClassName
{
color: #F5AB5D;
}
</style>
background-color css
<style>
a { background-color: #F5AB5D; }
a { background-color: rgb(245,171,93); }
div.DivClassName
{
background-color: #F5AB5D;
}
.BgClassName
{
background-color: #F5AB5D;
}
</style>
border-color css
<style>
span { border-color: #F5AB5D; }
span { border-color: rgb(245,171,93); }
td.TdClassName
{
border-color: #F5AB5D;
}
.TagClassName
{
border-color: #F5AB5D;
}
</style>