Shades of Rajah #FAB25D
Tints of Rajah #FAB25D
RGB
CMYK
RGB Variations
Color information
#FAB25D (or 0xFAB25D) is known color: Rajah. HEX triplet: FA, B2 and 5D. RGB value is (250,178,93). Sum of RGB (Red+Green+Blue) = 250+178+93=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB25D is #054DA2. Grayscale: #BEBEBE. Windows color (decimal): -347555 or 6140666. OLE color: 6140666.
HSL color Cylindrical-coordinate representation of color #FAB25D: hue angle of 32.48º 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 #FAB25D is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 93 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.02 |
| HSL | 32.48º | 0.94% | 0.67% | - |
| HSV(B) | 32.48º | 0.63% | 0.98% | - |
| XYZ | 57.32 | 52.96 | 17.56 | - |
| YUV | 189.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 93 | 0 | 0.29 | 0.63 | 0.02 | 32.48 | 0.94 | 0.67 |
| Hex | FA | B2 | 5D | 0 | 1D | 3F | 2 | 20 | 5E | 43 |
| Octal | 372 | 262 | 135 | 0 | 35 | 77 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10110010 | 1011101 | 0 | 11101 | 111111 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAB25D
Complementary color
Monochromatic Colors of #FAB25D
Black with #FAB25D
Text Example
Text Example
White with #FAB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB25D; }
p { color: rgb(250,178,93); }
H1.HeaderClassName
{
color: #FAB25D;
}
.AnyTagClassName
{
color: #FAB25D;
}
</style>
background-color css
<style>
a { background-color: #FAB25D; }
a { background-color: rgb(250,178,93); }
div.DivClassName
{
background-color: #FAB25D;
}
.BgClassName
{
background-color: #FAB25D;
}
</style>
border-color css
<style>
span { border-color: #FAB25D; }
span { border-color: rgb(250,178,93); }
td.TdClassName
{
border-color: #FAB25D;
}
.TagClassName
{
border-color: #FAB25D;
}
</style>