Shades of Rajah #FFB15D
Tints of Rajah #FFB15D
RGB
CMYK
RGB Variations
Color information
#FFB15D (or 0xFFB15D) is known color: Rajah. HEX triplet: FF, B1 and 5D. RGB value is (255,177,93). Sum of RGB (Red+Green+Blue) = 255+177+93=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB15D is #004EA2. Grayscale: #BFBFBF. Windows color (decimal): -20131 or 6140415. OLE color: 6140415.
HSL color Cylindrical-coordinate representation of color #FFB15D: hue angle of 31.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB15D is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 93 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 31.11º | 1% | 0.68% | - |
| HSV(B) | 31.11º | 0.64% | 1% | - |
| XYZ | 58.94 | 53.49 | 17.58 | - |
| YUV | 190.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 93 | 0 | 0.31 | 0.64 | 0 | 31.11 | 1 | 0.68 |
| Hex | FF | B1 | 5D | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 261 | 135 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10110001 | 1011101 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFB15D
Complementary color
Monochromatic Colors of #FFB15D
Black with #FFB15D
Text Example
Text Example
White with #FFB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB15D; }
p { color: rgb(255,177,93); }
H1.HeaderClassName
{
color: #FFB15D;
}
.AnyTagClassName
{
color: #FFB15D;
}
</style>
background-color css
<style>
a { background-color: #FFB15D; }
a { background-color: rgb(255,177,93); }
div.DivClassName
{
background-color: #FFB15D;
}
.BgClassName
{
background-color: #FFB15D;
}
</style>
border-color css
<style>
span { border-color: #FFB15D; }
span { border-color: rgb(255,177,93); }
td.TdClassName
{
border-color: #FFB15D;
}
.TagClassName
{
border-color: #FFB15D;
}
</style>