Shades of Rajah #F5B05E
Tints of Rajah #F5B05E
RGB
CMYK
RGB Variations
Color information
#F5B05E (or 0xF5B05E) is known color: Rajah. HEX triplet: F5, B0 and 5E. RGB value is (245,176,94). Sum of RGB (Red+Green+Blue) = 245+176+94=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B05E is #0A4FA1. Grayscale: #BBBBBB. Windows color (decimal): -675746 or 6205685. OLE color: 6205685.
HSL color Cylindrical-coordinate representation of color #F5B05E: hue angle of 32.58º 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 #F5B05E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 94 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.04 |
| HSL | 32.58º | 0.88% | 0.66% | - |
| HSV(B) | 32.58º | 0.62% | 0.96% | - |
| XYZ | 55.2 | 51.27 | 17.58 | - |
| YUV | 187.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 94 | 0 | 0.28 | 0.62 | 0.04 | 32.58 | 0.88 | 0.66 |
| Hex | F5 | B0 | 5E | 0 | 1C | 3E | 4 | 21 | 58 | 42 |
| Octal | 365 | 260 | 136 | 0 | 34 | 76 | 4 | 41 | 130 | 102 |
| Binary | 11110101 | 10110000 | 1011110 | 0 | 11100 | 111110 | 100 | 100001 | 1011000 | 1000010 |
Color Harmonies of #F5B05E
Complementary color
Monochromatic Colors of #F5B05E
Black with #F5B05E
Text Example
Text Example
White with #F5B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B05E; }
p { color: rgb(245,176,94); }
H1.HeaderClassName
{
color: #F5B05E;
}
.AnyTagClassName
{
color: #F5B05E;
}
</style>
background-color css
<style>
a { background-color: #F5B05E; }
a { background-color: rgb(245,176,94); }
div.DivClassName
{
background-color: #F5B05E;
}
.BgClassName
{
background-color: #F5B05E;
}
</style>
border-color css
<style>
span { border-color: #F5B05E; }
span { border-color: rgb(245,176,94); }
td.TdClassName
{
border-color: #F5B05E;
}
.TagClassName
{
border-color: #F5B05E;
}
</style>