Shades of Rajah #FAB367
Tints of Rajah #FAB367
RGB
CMYK
RGB Variations
Color information
#FAB367 (or 0xFAB367) is known color: Rajah. HEX triplet: FA, B3 and 67. RGB value is (250,179,103). Sum of RGB (Red+Green+Blue) = 250+179+103=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB367 is #054C98. Grayscale: #BFBFBF. Windows color (decimal): -347289 or 6796282. OLE color: 6796282.
HSL color Cylindrical-coordinate representation of color #FAB367: hue angle of 31.02º 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 #FAB367 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 103 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.02 |
| HSL | 31.02º | 0.94% | 0.69% | - |
| HSV(B) | 31.02º | 0.59% | 0.98% | - |
| XYZ | 57.99 | 53.54 | 20.11 | - |
| YUV | 191.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 103 | 0 | 0.28 | 0.59 | 0.02 | 31.02 | 0.94 | 0.69 |
| Hex | FA | B3 | 67 | 0 | 1C | 3B | 2 | 1F | 5E | 45 |
| Octal | 372 | 263 | 147 | 0 | 34 | 73 | 2 | 37 | 136 | 105 |
| Binary | 11111010 | 10110011 | 1100111 | 0 | 11100 | 111011 | 10 | 11111 | 1011110 | 1000101 |
Color Harmonies of #FAB367
Complementary color
Monochromatic Colors of #FAB367
Black with #FAB367
Text Example
Text Example
White with #FAB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB367; }
p { color: rgb(250,179,103); }
H1.HeaderClassName
{
color: #FAB367;
}
.AnyTagClassName
{
color: #FAB367;
}
</style>
background-color css
<style>
a { background-color: #FAB367; }
a { background-color: rgb(250,179,103); }
div.DivClassName
{
background-color: #FAB367;
}
.BgClassName
{
background-color: #FAB367;
}
</style>
border-color css
<style>
span { border-color: #FAB367; }
span { border-color: rgb(250,179,103); }
td.TdClassName
{
border-color: #FAB367;
}
.TagClassName
{
border-color: #FAB367;
}
</style>