Shades of Rajah #FFB369
Tints of Rajah #FFB369
RGB
CMYK
RGB Variations
Color information
#FFB369 (or 0xFFB369) is known color: Rajah. HEX triplet: FF, B3 and 69. RGB value is (255,179,105). Sum of RGB (Red+Green+Blue) = 255+179+105=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB369 is #004C96. Grayscale: #C1C1C1. Windows color (decimal): -19607 or 6927359. OLE color: 6927359.
HSL color Cylindrical-coordinate representation of color #FFB369: hue angle of 29.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFB369 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 105 | - |
| CMYK | 0 | 0.30 | 0.59 | 0 |
| HSL | 29.6º | 1% | 0.71% | - |
| HSV(B) | 29.6º | 0.59% | 1% | - |
| XYZ | 59.91 | 54.52 | 20.73 | - |
| YUV | 193.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 105 | 0 | 0.30 | 0.59 | 0 | 29.6 | 1 | 0.71 |
| Hex | FF | B3 | 69 | 0 | 1E | 3B | 0 | 1E | 64 | 47 |
| Octal | 377 | 263 | 151 | 0 | 36 | 73 | 0 | 36 | 144 | 107 |
| Binary | 11111111 | 10110011 | 1101001 | 0 | 11110 | 111011 | 0 | 11110 | 1100100 | 1000111 |
Color Harmonies of #FFB369
Complementary color
Monochromatic Colors of #FFB369
Black with #FFB369
Text Example
Text Example
White with #FFB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB369; }
p { color: rgb(255,179,105); }
H1.HeaderClassName
{
color: #FFB369;
}
.AnyTagClassName
{
color: #FFB369;
}
</style>
background-color css
<style>
a { background-color: #FFB369; }
a { background-color: rgb(255,179,105); }
div.DivClassName
{
background-color: #FFB369;
}
.BgClassName
{
background-color: #FFB369;
}
</style>
border-color css
<style>
span { border-color: #FFB369; }
span { border-color: rgb(255,179,105); }
td.TdClassName
{
border-color: #FFB369;
}
.TagClassName
{
border-color: #FFB369;
}
</style>