Shades of Rajah #FFB05C
Tints of Rajah #FFB05C
RGB
CMYK
RGB Variations
Color information
#FFB05C (or 0xFFB05C) is known color: Rajah. HEX triplet: FF, B0 and 5C. RGB value is (255,176,92). Sum of RGB (Red+Green+Blue) = 255+176+92=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB05C is #004FA3. Grayscale: #BEBEBE. Windows color (decimal): -20388 or 6074623. OLE color: 6074623.
HSL color Cylindrical-coordinate representation of color #FFB05C: hue angle of 30.92º 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 #FFB05C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 92 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 30.92º | 1% | 0.68% | - |
| HSV(B) | 30.92º | 0.64% | 1% | - |
| XYZ | 58.7 | 53.08 | 17.28 | - |
| YUV | 190.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 92 | 0 | 0.31 | 0.64 | 0 | 30.92 | 1 | 0.68 |
| Hex | FF | B0 | 5C | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 260 | 134 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10110000 | 1011100 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFB05C
Complementary color
Monochromatic Colors of #FFB05C
Black with #FFB05C
Text Example
Text Example
White with #FFB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB05C; }
p { color: rgb(255,176,92); }
H1.HeaderClassName
{
color: #FFB05C;
}
.AnyTagClassName
{
color: #FFB05C;
}
</style>
background-color css
<style>
a { background-color: #FFB05C; }
a { background-color: rgb(255,176,92); }
div.DivClassName
{
background-color: #FFB05C;
}
.BgClassName
{
background-color: #FFB05C;
}
</style>
border-color css
<style>
span { border-color: #FFB05C; }
span { border-color: rgb(255,176,92); }
td.TdClassName
{
border-color: #FFB05C;
}
.TagClassName
{
border-color: #FFB05C;
}
</style>