Shades of Rajah #FAB265
Tints of Rajah #FAB265
RGB
CMYK
RGB Variations
Color information
#FAB265 (or 0xFAB265) is known color: Rajah. HEX triplet: FA, B2 and 65. RGB value is (250,178,101). Sum of RGB (Red+Green+Blue) = 250+178+101=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB265 is #054D9A. Grayscale: #BFBFBF. Windows color (decimal): -347547 or 6664954. OLE color: 6664954.
HSL color Cylindrical-coordinate representation of color #FAB265: hue angle of 31.01º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB265 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 101 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.02 |
| HSL | 31.01º | 0.94% | 0.69% | - |
| HSV(B) | 31.01º | 0.6% | 0.98% | - |
| XYZ | 57.69 | 53.1 | 19.52 | - |
| YUV | 190.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 101 | 0 | 0.29 | 0.60 | 0.02 | 31.01 | 0.94 | 0.69 |
| Hex | FA | B2 | 65 | 0 | 1D | 3C | 2 | 1F | 5E | 45 |
| Octal | 372 | 262 | 145 | 0 | 35 | 74 | 2 | 37 | 136 | 105 |
| Binary | 11111010 | 10110010 | 1100101 | 0 | 11101 | 111100 | 10 | 11111 | 1011110 | 1000101 |
Color Harmonies of #FAB265
Complementary color
Monochromatic Colors of #FAB265
Black with #FAB265
Text Example
Text Example
White with #FAB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB265; }
p { color: rgb(250,178,101); }
H1.HeaderClassName
{
color: #FAB265;
}
.AnyTagClassName
{
color: #FAB265;
}
</style>
background-color css
<style>
a { background-color: #FAB265; }
a { background-color: rgb(250,178,101); }
div.DivClassName
{
background-color: #FAB265;
}
.BgClassName
{
background-color: #FAB265;
}
</style>
border-color css
<style>
span { border-color: #FAB265; }
span { border-color: rgb(250,178,101); }
td.TdClassName
{
border-color: #FAB265;
}
.TagClassName
{
border-color: #FAB265;
}
</style>