Shades of Rajah #FFB467
Tints of Rajah #FFB467
RGB
CMYK
RGB Variations
Color information
#FFB467 (or 0xFFB467) is known color: Rajah. HEX triplet: FF, B4 and 67. RGB value is (255,180,103). Sum of RGB (Red+Green+Blue) = 255+180+103=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB467 is #004B98. Grayscale: #C2C2C2. Windows color (decimal): -19353 or 6796543. OLE color: 6796543.
HSL color Cylindrical-coordinate representation of color #FFB467: hue angle of 30.39º 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 #FFB467 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 103 | - |
| CMYK | 0 | 0.29 | 0.60 | 0 |
| HSL | 30.39º | 1% | 0.7% | - |
| HSV(B) | 30.39º | 0.6% | 1% | - |
| XYZ | 60.01 | 54.88 | 20.26 | - |
| YUV | 193.65 | 76.85 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 103 | 0 | 0.29 | 0.60 | 0 | 30.39 | 1 | 0.7 |
| Hex | FF | B4 | 67 | 0 | 1D | 3C | 0 | 1E | 64 | 46 |
| Octal | 377 | 264 | 147 | 0 | 35 | 74 | 0 | 36 | 144 | 106 |
| Binary | 11111111 | 10110100 | 1100111 | 0 | 11101 | 111100 | 0 | 11110 | 1100100 | 1000110 |
Color Harmonies of #FFB467
Complementary color
Monochromatic Colors of #FFB467
Black with #FFB467
Text Example
Text Example
White with #FFB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB467; }
p { color: rgb(255,180,103); }
H1.HeaderClassName
{
color: #FFB467;
}
.AnyTagClassName
{
color: #FFB467;
}
</style>
background-color css
<style>
a { background-color: #FFB467; }
a { background-color: rgb(255,180,103); }
div.DivClassName
{
background-color: #FFB467;
}
.BgClassName
{
background-color: #FFB467;
}
</style>
border-color css
<style>
span { border-color: #FFB467; }
span { border-color: rgb(255,180,103); }
td.TdClassName
{
border-color: #FFB467;
}
.TagClassName
{
border-color: #FFB467;
}
</style>