Shades of Rajah #FAB05D
Tints of Rajah #FAB05D
RGB
CMYK
RGB Variations
Color information
#FAB05D (or 0xFAB05D) is known color: Rajah. HEX triplet: FA, B0 and 5D. RGB value is (250,176,93). Sum of RGB (Red+Green+Blue) = 250+176+93=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB05D is #054FA2. Grayscale: #BDBDBD. Windows color (decimal): -348067 or 6140154. OLE color: 6140154.
HSL color Cylindrical-coordinate representation of color #FAB05D: hue angle of 31.72º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAB05D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 93 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.02 |
| HSL | 31.72º | 0.94% | 0.67% | - |
| HSV(B) | 31.72º | 0.63% | 0.98% | - |
| XYZ | 56.93 | 52.16 | 17.42 | - |
| YUV | 188.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 93 | 0 | 0.30 | 0.63 | 0.02 | 31.72 | 0.94 | 0.67 |
| Hex | FA | B0 | 5D | 0 | 1E | 3F | 2 | 20 | 5E | 43 |
| Octal | 372 | 260 | 135 | 0 | 36 | 77 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10110000 | 1011101 | 0 | 11110 | 111111 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAB05D
Complementary color
Monochromatic Colors of #FAB05D
Black with #FAB05D
Text Example
Text Example
White with #FAB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB05D; }
p { color: rgb(250,176,93); }
H1.HeaderClassName
{
color: #FAB05D;
}
.AnyTagClassName
{
color: #FAB05D;
}
</style>
background-color css
<style>
a { background-color: #FAB05D; }
a { background-color: rgb(250,176,93); }
div.DivClassName
{
background-color: #FAB05D;
}
.BgClassName
{
background-color: #FAB05D;
}
</style>
border-color css
<style>
span { border-color: #FAB05D; }
span { border-color: rgb(250,176,93); }
td.TdClassName
{
border-color: #FAB05D;
}
.TagClassName
{
border-color: #FAB05D;
}
</style>