Shades of Rajah #FABA67
Tints of Rajah #FABA67
RGB
CMYK
RGB Variations
Color information
#FABA67 (or 0xFABA67) is known color: Rajah. HEX triplet: FA, BA and 67. RGB value is (250,186,103). Sum of RGB (Red+Green+Blue) = 250+186+103=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA67 is #054598. Grayscale: #C4C4C4. Windows color (decimal): -345497 or 6798074. OLE color: 6798074.
HSL color Cylindrical-coordinate representation of color #FABA67: hue angle of 33.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FABA67 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 103 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.02 |
| HSL | 33.88º | 0.94% | 0.69% | - |
| HSV(B) | 33.88º | 0.59% | 0.98% | - |
| XYZ | 59.43 | 56.42 | 20.59 | - |
| YUV | 195.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 103 | 0 | 0.26 | 0.59 | 0.02 | 33.88 | 0.94 | 0.69 |
| Hex | FA | BA | 67 | 0 | 1A | 3B | 2 | 22 | 5E | 45 |
| Octal | 372 | 272 | 147 | 0 | 32 | 73 | 2 | 42 | 136 | 105 |
| Binary | 11111010 | 10111010 | 1100111 | 0 | 11010 | 111011 | 10 | 100010 | 1011110 | 1000101 |
Color Harmonies of #FABA67
Complementary color
Monochromatic Colors of #FABA67
Black with #FABA67
Text Example
Text Example
White with #FABA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA67; }
p { color: rgb(250,186,103); }
H1.HeaderClassName
{
color: #FABA67;
}
.AnyTagClassName
{
color: #FABA67;
}
</style>
background-color css
<style>
a { background-color: #FABA67; }
a { background-color: rgb(250,186,103); }
div.DivClassName
{
background-color: #FABA67;
}
.BgClassName
{
background-color: #FABA67;
}
</style>
border-color css
<style>
span { border-color: #FABA67; }
span { border-color: rgb(250,186,103); }
td.TdClassName
{
border-color: #FABA67;
}
.TagClassName
{
border-color: #FABA67;
}
</style>