Shades of Rajah #FFB05D
Tints of Rajah #FFB05D
RGB
CMYK
RGB Variations
Color information
#FFB05D (or 0xFFB05D) is known color: Rajah. HEX triplet: FF, B0 and 5D. RGB value is (255,176,93). Sum of RGB (Red+Green+Blue) = 255+176+93=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB05D is #004FA2. Grayscale: #BEBEBE. Windows color (decimal): -20387 or 6140159. OLE color: 6140159.
HSL color Cylindrical-coordinate representation of color #FFB05D: hue angle of 30.74º 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 #FFB05D is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 93 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 30.74º | 1% | 0.68% | - |
| HSV(B) | 30.74º | 0.64% | 1% | - |
| XYZ | 58.74 | 53.1 | 17.51 | - |
| YUV | 190.16 | 73.17 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 93 | 0 | 0.31 | 0.64 | 0 | 30.74 | 1 | 0.68 |
| Hex | FF | B0 | 5D | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 260 | 135 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10110000 | 1011101 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFB05D
Complementary color
Monochromatic Colors of #FFB05D
Black with #FFB05D
Text Example
Text Example
White with #FFB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB05D; }
p { color: rgb(255,176,93); }
H1.HeaderClassName
{
color: #FFB05D;
}
.AnyTagClassName
{
color: #FFB05D;
}
</style>
background-color css
<style>
a { background-color: #FFB05D; }
a { background-color: rgb(255,176,93); }
div.DivClassName
{
background-color: #FFB05D;
}
.BgClassName
{
background-color: #FFB05D;
}
</style>
border-color css
<style>
span { border-color: #FFB05D; }
span { border-color: rgb(255,176,93); }
td.TdClassName
{
border-color: #FFB05D;
}
.TagClassName
{
border-color: #FFB05D;
}
</style>