Shades of Rajah #FFBE67
Tints of Rajah #FFBE67
RGB
CMYK
RGB Variations
Color information
#FFBE67 (or 0xFFBE67) is known color: Rajah. HEX triplet: FF, BE and 67. RGB value is (255,190,103). Sum of RGB (Red+Green+Blue) = 255+190+103=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE67 is #004198. Grayscale: #C7C7C7. Windows color (decimal): -16793 or 6799103. OLE color: 6799103.
HSL color Cylindrical-coordinate representation of color #FFBE67: hue angle of 34.34º 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 #FFBE67 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 103 | - |
| CMYK | 0 | 0.25 | 0.60 | 0 |
| HSL | 34.34º | 1% | 0.7% | - |
| HSV(B) | 34.34º | 0.6% | 1% | - |
| XYZ | 62.1 | 59.07 | 20.96 | - |
| YUV | 199.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 103 | 0 | 0.25 | 0.60 | 0 | 34.34 | 1 | 0.7 |
| Hex | FF | BE | 67 | 0 | 19 | 3C | 0 | 22 | 64 | 46 |
| Octal | 377 | 276 | 147 | 0 | 31 | 74 | 0 | 42 | 144 | 106 |
| Binary | 11111111 | 10111110 | 1100111 | 0 | 11001 | 111100 | 0 | 100010 | 1100100 | 1000110 |
Color Harmonies of #FFBE67
Complementary color
Monochromatic Colors of #FFBE67
Black with #FFBE67
Text Example
Text Example
White with #FFBE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE67; }
p { color: rgb(255,190,103); }
H1.HeaderClassName
{
color: #FFBE67;
}
.AnyTagClassName
{
color: #FFBE67;
}
</style>
background-color css
<style>
a { background-color: #FFBE67; }
a { background-color: rgb(255,190,103); }
div.DivClassName
{
background-color: #FFBE67;
}
.BgClassName
{
background-color: #FFBE67;
}
</style>
border-color css
<style>
span { border-color: #FFBE67; }
span { border-color: rgb(255,190,103); }
td.TdClassName
{
border-color: #FFBE67;
}
.TagClassName
{
border-color: #FFBE67;
}
</style>