Shades of Rajah #FFB667
Tints of Rajah #FFB667
RGB
CMYK
RGB Variations
Color information
#FFB667 (or 0xFFB667) is known color: Rajah. HEX triplet: FF, B6 and 67. RGB value is (255,182,103). Sum of RGB (Red+Green+Blue) = 255+182+103=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB667 is #004998. Grayscale: #C3C3C3. Windows color (decimal): -18841 or 6797055. OLE color: 6797055.
HSL color Cylindrical-coordinate representation of color #FFB667: hue angle of 31.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB667 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 103 | - |
| CMYK | 0 | 0.29 | 0.60 | 0 |
| HSL | 31.18º | 1% | 0.7% | - |
| HSV(B) | 31.18º | 0.6% | 1% | - |
| XYZ | 60.42 | 55.7 | 20.4 | - |
| YUV | 194.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 103 | 0 | 0.29 | 0.60 | 0 | 31.18 | 1 | 0.7 |
| Hex | FF | B6 | 67 | 0 | 1D | 3C | 0 | 1F | 64 | 46 |
| Octal | 377 | 266 | 147 | 0 | 35 | 74 | 0 | 37 | 144 | 106 |
| Binary | 11111111 | 10110110 | 1100111 | 0 | 11101 | 111100 | 0 | 11111 | 1100100 | 1000110 |
Color Harmonies of #FFB667
Complementary color
Monochromatic Colors of #FFB667
Black with #FFB667
Text Example
Text Example
White with #FFB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB667; }
p { color: rgb(255,182,103); }
H1.HeaderClassName
{
color: #FFB667;
}
.AnyTagClassName
{
color: #FFB667;
}
</style>
background-color css
<style>
a { background-color: #FFB667; }
a { background-color: rgb(255,182,103); }
div.DivClassName
{
background-color: #FFB667;
}
.BgClassName
{
background-color: #FFB667;
}
</style>
border-color css
<style>
span { border-color: #FFB667; }
span { border-color: rgb(255,182,103); }
td.TdClassName
{
border-color: #FFB667;
}
.TagClassName
{
border-color: #FFB667;
}
</style>